Html Css Color HEX #D33F72 Cranberry

📋 copy color: '#D33F72'

red 211 ◦ green 63 ◦ blue 114

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

Shades of Cranberry #D33F72

Tints of Cranberry #D33F72

RGB

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

 GREEN value IS 63 (25% from 255) = 16.24%

 BLUE value IS 114 (44.92% from 255) = 29.38%

R = 54.38%
G = 16.24%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D33F72 (or 0xD33F72) is known color: Cranberry. HEX triplet: D3, 3F and 72. RGB value is (211,63,114). Sum of RGB (Red+Green+Blue) = 211+63+114=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33F72 is #2CC08D. Grayscale: #717171. Windows color (decimal): -2932878 or 7487443. OLE color: 7487443.

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

Color convert

RGB 211 63 114 -
CMYK 0 0.70 0.46 0.17
HSL 339.32º 0.63% 0.54% -
HSV(B) 339.32º 0.7% 0.83% -
XYZ 31.68 18.62 17.84 -
YUV 113.07 128.53 197.85 -
System Red Green Blue C M Y K H S L
Decimal 211 63 114 0 0.70 0.46 0.17 339.32 0.63 0.54
Hex D3 3F 72 0 46 2E 11 153 3F 36
Octal 323 77 162 0 106 56 21 523 77 66
Binary 11010011 111111 1110010 0 1000110 101110 10001 101010011 111111 110110

Color Harmonies of #D33F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33F72

Black with #D33F72

Text Example


Text Example

White with #D33F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33F72; }

 p { color: rgb(211,63,114); }

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

background-color css

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

 a { background-color: rgb(211,63,114); }

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

border-color css

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

 span { border-color: rgb(211,63,114); }

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