Html Css Color HEX #D96081 Cranberry

📋 copy color: '#D96081'

red 217 ◦ green 96 ◦ blue 129

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

Shades of Cranberry #D96081

Tints of Cranberry #D96081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.72%

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

R = 49.1%
G = 21.72%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D96081 (or 0xD96081) is known color: Cranberry. HEX triplet: D9, 60 and 81. RGB value is (217,96,129). Sum of RGB (Red+Green+Blue) = 217+96+129=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D96081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96081 is #269F7E. Grayscale: #878787. Windows color (decimal): -2531199 or 8478937. OLE color: 8478937.

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

Color convert

RGB 217 96 129 -
CMYK 0 0.56 0.41 0.15
HSL 343.64º 0.61% 0.61% -
HSV(B) 343.64º 0.56% 0.85% -
XYZ 36.76 24.7 23.6 -
YUV 135.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 217 96 129 0 0.56 0.41 0.15 343.64 0.61 0.61
Hex D9 60 81 0 38 29 F 158 3D 3D
Octal 331 140 201 0 70 51 17 530 75 75
Binary 11011001 1100000 10000001 0 111000 101001 1111 101011000 111101 111101

Color Harmonies of #D96081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96081

Black with #D96081

Text Example


Text Example

White with #D96081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96081; }

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

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

background-color css

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

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

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

border-color css

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

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

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