Html Css Color HEX #D33E76 Cranberry

📋 copy color: '#D33E76'

red 211 ◦ green 62 ◦ blue 118

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

Shades of Cranberry #D33E76

Tints of Cranberry #D33E76

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.86%

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

R = 53.96%
G = 15.86%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D33E76 (or 0xD33E76) is known color: Cranberry. HEX triplet: D3, 3E and 76. RGB value is (211,62,118). Sum of RGB (Red+Green+Blue) = 211+62+118=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33E76 is #2CC189. Grayscale: #707070. Windows color (decimal): -2933130 or 7749331. OLE color: 7749331.

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

Color convert

RGB 211 62 118 -
CMYK 0 0.71 0.44 0.17
HSL 337.45º 0.63% 0.54% -
HSV(B) 337.45º 0.71% 0.83% -
XYZ 31.86 18.6 19.05 -
YUV 112.94 130.86 197.95 -
System Red Green Blue C M Y K H S L
Decimal 211 62 118 0 0.71 0.44 0.17 337.45 0.63 0.54
Hex D3 3E 76 0 47 2C 11 151 3F 36
Octal 323 76 166 0 107 54 21 521 77 66
Binary 11010011 111110 1110110 0 1000111 101100 10001 101010001 111111 110110

Color Harmonies of #D33E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33E76

Black with #D33E76

Text Example


Text Example

White with #D33E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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