Html Css Color HEX #D75181 Cranberry

📋 copy color: '#D75181'

red 215 ◦ green 81 ◦ blue 129

#D75181
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D75181

Tints of Cranberry #D75181

RGB

 RED value IS 215 (84.38% from 255) = 50.59%

 GREEN value IS 81 (32.03% from 255) = 19.06%

 BLUE value IS 129 (50.78% from 255) = 30.35%

R = 50.59%
G = 19.06%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.4

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D75181 (or 0xD75181) is known color: Cranberry. HEX triplet: D7, 51 and 81. RGB value is (215,81,129). Sum of RGB (Red+Green+Blue) = 215+81+129=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D75181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75181 is #28AE7E. Grayscale: #7E7E7E. Windows color (decimal): -2666111 or 8475095. OLE color: 8475095.

HSL color Cylindrical-coordinate representation of color #D75181: hue angle of 338.51º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75181 is Cyan = 0, Magento = 0.62, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 81 129 -
CMYK 0 0.62 0.4 0.16
HSL 338.51º 0.63% 0.58% -
HSV(B) 338.51º 0.62% 0.84% -
XYZ 34.93 21.92 23.16 -
YUV 126.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 215 81 129 0 0.62 0.4 0.16 338.51 0.63 0.58
Hex D7 51 81 0 3E 28 10 153 3F 3A
Octal 327 121 201 0 76 50 20 523 77 72
Binary 11010111 1010001 10000001 0 111110 101000 10000 101010011 111111 111010

Color Harmonies of #D75181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75181

Black with #D75181

Text Example


Text Example

White with #D75181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75181; }

 p { color: rgb(215,81,129); }

 H1.HeaderClassName
 {
   color: #D75181;
 }
 .AnyTagClassName
 {
   color: #D75181;
 }
</style>

background-color css

<style>
 a { background-color: #D75181; }

 a { background-color: rgb(215,81,129); }

 div.DivClassName
 {
   background-color: #D75181;
 }
 .BgClassName
 {
   background-color: #D75181;
 }
</style>

border-color css

<style>
 span { border-color: #D75181; }

 span { border-color: rgb(215,81,129); }

 td.TdClassName
 {
   border-color: #D75181;
 }
 .TagClassName
 {
   border-color: #D75181;
 }
</style>