Html Css Color HEX #D96180 Cranberry

📋 copy color: '#D96180'

red 217 ◦ green 97 ◦ blue 128

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

Shades of Cranberry #D96180

Tints of Cranberry #D96180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.96%

R = 49.1%
G = 21.95%
B = 28.96%

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

#D96180 (or 0xD96180) is known color: Cranberry. HEX triplet: D9, 61 and 80. RGB value is (217,97,128). Sum of RGB (Red+Green+Blue) = 217+97+128=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D96180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96180 is #269E7F. Grayscale: #888888. Windows color (decimal): -2530944 or 8413657. OLE color: 8413657.

HSL color Cylindrical-coordinate representation of color #D96180: hue angle of 344.5º 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 #D96180 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 128 -
CMYK 0 0.55 0.41 0.15
HSL 344.5º 0.61% 0.62% -
HSV(B) 344.5º 0.55% 0.85% -
XYZ 36.79 24.86 23.28 -
YUV 136.41 123.26 185.48 -
System Red Green Blue C M Y K H S L
Decimal 217 97 128 0 0.55 0.41 0.15 344.5 0.61 0.62
Hex D9 61 80 0 37 29 F 158 3D 3E
Octal 331 141 200 0 67 51 17 530 75 76
Binary 11011001 1100001 10000000 0 110111 101001 1111 101011000 111101 111110

Color Harmonies of #D96180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96180

Black with #D96180

Text Example


Text Example

White with #D96180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96180; }

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

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

background-color css

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

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

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

border-color css

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

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

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