Html Css Color HEX #D33570 Cerise

📋 copy color: '#D33570'

red 211 ◦ green 53 ◦ blue 112

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

Shades of Cerise #D33570

Tints of Cerise #D33570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.1%

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

R = 56.12%
G = 14.1%
B = 29.79%

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

#D33570 (or 0xD33570) is known color: Cerise. HEX triplet: D3, 35 and 70. RGB value is (211,53,112). Sum of RGB (Red+Green+Blue) = 211+53+112=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D33570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33570 is #2CCA8F. Grayscale: #6A6A6A. Windows color (decimal): -2935440 or 7353811. OLE color: 7353811.

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

Color convert

RGB 211 53 112 -
CMYK 0 0.75 0.47 0.17
HSL 337.59º 0.64% 0.52% -
HSV(B) 337.59º 0.75% 0.83% -
XYZ 31.06 17.56 17.08 -
YUV 106.97 130.85 202.2 -
System Red Green Blue C M Y K H S L
Decimal 211 53 112 0 0.75 0.47 0.17 337.59 0.64 0.52
Hex D3 35 70 0 4B 2F 11 152 40 34
Octal 323 65 160 0 113 57 21 522 100 64
Binary 11010011 110101 1110000 0 1001011 101111 10001 101010010 1000000 110100

Color Harmonies of #D33570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33570

Black with #D33570

Text Example


Text Example

White with #D33570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33570; }

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

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

background-color css

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

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

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

border-color css

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

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

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