Html Css Color HEX #D35776 Cranberry

📋 copy color: '#D35776'

red 211 ◦ green 87 ◦ blue 118

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

Shades of Cranberry #D35776

Tints of Cranberry #D35776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.91%

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

R = 50.72%
G = 20.91%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D35776 (or 0xD35776) is known color: Cranberry. HEX triplet: D3, 57 and 76. RGB value is (211,87,118). Sum of RGB (Red+Green+Blue) = 211+87+118=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D35776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35776 is #2CA889. Grayscale: #7F7F7F. Windows color (decimal): -2926730 or 7755731. OLE color: 7755731.

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

Color convert

RGB 211 87 118 -
CMYK 0 0.59 0.44 0.17
HSL 345º 0.58% 0.58% -
HSV(B) 345º 0.59% 0.83% -
XYZ 33.54 21.97 19.61 -
YUV 127.61 122.58 187.48 -
System Red Green Blue C M Y K H S L
Decimal 211 87 118 0 0.59 0.44 0.17 345 0.58 0.58
Hex D3 57 76 0 3B 2C 11 159 3A 3A
Octal 323 127 166 0 73 54 21 531 72 72
Binary 11010011 1010111 1110110 0 111011 101100 10001 101011001 111010 111010

Color Harmonies of #D35776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35776

Black with #D35776

Text Example


Text Example

White with #D35776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35776; }

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

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

background-color css

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

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

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

border-color css

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

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

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