Html Css Color HEX #D33270 Cerise

📋 copy color: '#D33270'

red 211 ◦ green 50 ◦ blue 112

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

Shades of Cerise #D33270

Tints of Cerise #D33270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.4%

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 56.57%
G = 13.4%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D33270 (or 0xD33270) is known color: Cerise. HEX triplet: D3, 32 and 70. RGB value is (211,50,112). Sum of RGB (Red+Green+Blue) = 211+50+112=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D33270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33270 is #2CCD8F. Grayscale: #696969. Windows color (decimal): -2936208 or 7353043. OLE color: 7353043.

HSL color Cylindrical-coordinate representation of color #D33270: hue angle of 336.89º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D33270 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 50 112 -
CMYK 0 0.76 0.47 0.17
HSL 336.89º 0.65% 0.51% -
HSV(B) 336.89º 0.76% 0.83% -
XYZ 30.93 17.3 17.04 -
YUV 105.21 131.84 203.46 -
System Red Green Blue C M Y K H S L
Decimal 211 50 112 0 0.76 0.47 0.17 336.89 0.65 0.51
Hex D3 32 70 0 4C 2F 11 151 41 33
Octal 323 62 160 0 114 57 21 521 101 63
Binary 11010011 110010 1110000 0 1001100 101111 10001 101010001 1000001 110011

Color Harmonies of #D33270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33270

Black with #D33270

Text Example


Text Example

White with #D33270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33270; }

 p { color: rgb(211,50,112); }

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

background-color css

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

 a { background-color: rgb(211,50,112); }

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

border-color css

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

 span { border-color: rgb(211,50,112); }

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