Html Css Color HEX #D35976 Cranberry

📋 copy color: '#D35976'

red 211 ◦ green 89 ◦ blue 118

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

Shades of Cranberry #D35976

Tints of Cranberry #D35976

RGB

 RED value IS 211 (82.81% from 255) = 50.48%

 GREEN value IS 89 (35.16% from 255) = 21.29%

 BLUE value IS 118 (46.48% from 255) = 28.23%

R = 50.48%
G = 21.29%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D35976 (or 0xD35976) is known color: Cranberry. HEX triplet: D3, 59 and 76. RGB value is (211,89,118). Sum of RGB (Red+Green+Blue) = 211+89+118=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D35976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35976 is #2CA689. Grayscale: #808080. Windows color (decimal): -2926218 or 7756243. OLE color: 7756243.

HSL color Cylindrical-coordinate representation of color #D35976: hue angle of 345.74º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35976 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 89 118 -
CMYK 0 0.58 0.44 0.17
HSL 345.74º 0.58% 0.59% -
HSV(B) 345.74º 0.58% 0.83% -
XYZ 33.71 22.3 19.67 -
YUV 128.78 121.92 186.64 -
System Red Green Blue C M Y K H S L
Decimal 211 89 118 0 0.58 0.44 0.17 345.74 0.58 0.59
Hex D3 59 76 0 3A 2C 11 15A 3A 3B
Octal 323 131 166 0 72 54 21 532 72 73
Binary 11010011 1011001 1110110 0 111010 101100 10001 101011010 111010 111011

Color Harmonies of #D35976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35976

Black with #D35976

Text Example


Text Example

White with #D35976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35976; }

 p { color: rgb(211,89,118); }

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

background-color css

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

 a { background-color: rgb(211,89,118); }

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

border-color css

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

 span { border-color: rgb(211,89,118); }

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