Html Css Color HEX #D96181 Cranberry

📋 copy color: '#D96181'

red 217 ◦ green 97 ◦ blue 129

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

Shades of Cranberry #D96181

Tints of Cranberry #D96181

RGB

 RED value IS 217 (85.16% from 255) = 48.98%

 GREEN value IS 97 (38.28% from 255) = 21.9%

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

R = 48.98%
G = 21.9%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D96181 (or 0xD96181) is known color: Cranberry. HEX triplet: D9, 61 and 81. RGB value is (217,97,129). Sum of RGB (Red+Green+Blue) = 217+97+129=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D96181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96181 is #269E7E. Grayscale: #888888. Windows color (decimal): -2530943 or 8479193. OLE color: 8479193.

HSL color Cylindrical-coordinate representation of color #D96181: hue angle of 344º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96181 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 129 -
CMYK 0 0.55 0.41 0.15
HSL 344º 0.61% 0.62% -
HSV(B) 344º 0.55% 0.85% -
XYZ 36.85 24.89 23.63 -
YUV 136.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 217 97 129 0 0.55 0.41 0.15 344 0.61 0.62
Hex D9 61 81 0 37 29 F 158 3D 3E
Octal 331 141 201 0 67 51 17 530 75 76
Binary 11011001 1100001 10000001 0 110111 101001 1111 101011000 111101 111110

Color Harmonies of #D96181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96181

Black with #D96181

Text Example


Text Example

White with #D96181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96181; }

 p { color: rgb(217,97,129); }

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

background-color css

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

 a { background-color: rgb(217,97,129); }

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

border-color css

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

 span { border-color: rgb(217,97,129); }

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