Html Css Color HEX #D33E71 Cranberry

📋 copy color: '#D33E71'

red 211 ◦ green 62 ◦ blue 113

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

Shades of Cranberry #D33E71

Tints of Cranberry #D33E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.27%

R = 54.66%
G = 16.06%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D33E71 (or 0xD33E71) is known color: Cranberry. HEX triplet: D3, 3E and 71. RGB value is (211,62,113). Sum of RGB (Red+Green+Blue) = 211+62+113=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33E71 is #2CC18E. Grayscale: #707070. Windows color (decimal): -2933135 or 7421651. OLE color: 7421651.

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

Color convert

RGB 211 62 113 -
CMYK 0 0.71 0.46 0.17
HSL 339.46º 0.63% 0.54% -
HSV(B) 339.46º 0.71% 0.83% -
XYZ 31.57 18.49 17.53 -
YUV 112.37 128.36 198.35 -
System Red Green Blue C M Y K H S L
Decimal 211 62 113 0 0.71 0.46 0.17 339.46 0.63 0.54
Hex D3 3E 71 0 47 2E 11 153 3F 36
Octal 323 76 161 0 107 56 21 523 77 66
Binary 11010011 111110 1110001 0 1000111 101110 10001 101010011 111111 110110

Color Harmonies of #D33E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33E71

Black with #D33E71

Text Example


Text Example

White with #D33E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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