Html Css Color HEX #D35A76 Cranberry

📋 copy color: '#D35A76'

red 211 ◦ green 90 ◦ blue 118

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

Shades of Cranberry #D35A76

Tints of Cranberry #D35A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.48%

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

R = 50.36%
G = 21.48%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D35A76 (or 0xD35A76) is known color: Cranberry. HEX triplet: D3, 5A and 76. RGB value is (211,90,118). Sum of RGB (Red+Green+Blue) = 211+90+118=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D35A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35A76 is #2CA589. Grayscale: #818181. Windows color (decimal): -2925962 or 7756499. OLE color: 7756499.

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

Color convert

RGB 211 90 118 -
CMYK 0 0.57 0.44 0.17
HSL 346.12º 0.58% 0.59% -
HSV(B) 346.12º 0.57% 0.83% -
XYZ 33.79 22.47 19.7 -
YUV 129.37 121.59 186.22 -
System Red Green Blue C M Y K H S L
Decimal 211 90 118 0 0.57 0.44 0.17 346.12 0.58 0.59
Hex D3 5A 76 0 39 2C 11 15A 3A 3B
Octal 323 132 166 0 71 54 21 532 72 73
Binary 11010011 1011010 1110110 0 111001 101100 10001 101011010 111010 111011

Color Harmonies of #D35A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35A76

Black with #D35A76

Text Example


Text Example

White with #D35A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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