Html Css Color HEX #D33470 Cerise

📋 copy color: '#D33470'

red 211 ◦ green 52 ◦ blue 112

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

Shades of Cerise #D33470

Tints of Cerise #D33470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.87%

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

R = 56.27%
G = 13.87%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D33470 (or 0xD33470) is known color: Cerise. HEX triplet: D3, 34 and 70. RGB value is (211,52,112). Sum of RGB (Red+Green+Blue) = 211+52+112=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D33470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33470 is #2CCB8F. Grayscale: #6A6A6A. Windows color (decimal): -2935696 or 7353555. OLE color: 7353555.

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

Color convert

RGB 211 52 112 -
CMYK 0 0.75 0.47 0.17
HSL 337.36º 0.64% 0.52% -
HSV(B) 337.36º 0.75% 0.83% -
XYZ 31.02 17.47 17.07 -
YUV 106.38 131.18 202.62 -
System Red Green Blue C M Y K H S L
Decimal 211 52 112 0 0.75 0.47 0.17 337.36 0.64 0.52
Hex D3 34 70 0 4B 2F 11 151 40 34
Octal 323 64 160 0 113 57 21 521 100 64
Binary 11010011 110100 1110000 0 1001011 101111 10001 101010001 1000000 110100

Color Harmonies of #D33470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33470

Black with #D33470

Text Example


Text Example

White with #D33470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33470; }

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

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

background-color css

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

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

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

border-color css

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

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

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