Html Css Color HEX #D35977 Cranberry

📋 copy color: '#D35977'

red 211 ◦ green 89 ◦ blue 119

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

Shades of Cranberry #D35977

Tints of Cranberry #D35977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.4%

R = 50.36%
G = 21.24%
B = 28.4%

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

#D35977 (or 0xD35977) is known color: Cranberry. HEX triplet: D3, 59 and 77. RGB value is (211,89,119). Sum of RGB (Red+Green+Blue) = 211+89+119=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D35977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35977 is #2CA688. Grayscale: #808080. Windows color (decimal): -2926217 or 7821779. OLE color: 7821779.

HSL color Cylindrical-coordinate representation of color #D35977: hue angle of 345.25º 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 #D35977 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 89 119 -
CMYK 0 0.58 0.44 0.17
HSL 345.25º 0.58% 0.59% -
HSV(B) 345.25º 0.58% 0.83% -
XYZ 33.77 22.33 19.98 -
YUV 128.9 122.42 186.56 -
System Red Green Blue C M Y K H S L
Decimal 211 89 119 0 0.58 0.44 0.17 345.25 0.58 0.59
Hex D3 59 77 0 3A 2C 11 159 3A 3B
Octal 323 131 167 0 72 54 21 531 72 73
Binary 11010011 1011001 1110111 0 111010 101100 10001 101011001 111010 111011

Color Harmonies of #D35977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35977

Black with #D35977

Text Example


Text Example

White with #D35977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35977; }

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

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

background-color css

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

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

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

border-color css

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

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

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