Html Css Color HEX #D32270 Cerise

📋 copy color: '#D32270'

red 211 ◦ green 34 ◦ blue 112

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

Shades of Cerise #D32270

Tints of Cerise #D32270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.52%

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

R = 59.1%
G = 9.52%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D32270 (or 0xD32270) is known color: Cerise. HEX triplet: D3, 22 and 70. RGB value is (211,34,112). Sum of RGB (Red+Green+Blue) = 211+34+112=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D32270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32270 is #2CDD8F. Grayscale: #5F5F5F. Windows color (decimal): -2940304 or 7348947. OLE color: 7348947.

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

Color convert

RGB 211 34 112 -
CMYK 0 0.84 0.47 0.17
HSL 333.56º 0.72% 0.48% -
HSV(B) 333.56º 0.84% 0.83% -
XYZ 30.36 16.16 16.85 -
YUV 95.82 137.14 210.16 -
System Red Green Blue C M Y K H S L
Decimal 211 34 112 0 0.84 0.47 0.17 333.56 0.72 0.48
Hex D3 22 70 0 54 2F 11 14E 48 30
Octal 323 42 160 0 124 57 21 516 110 60
Binary 11010011 100010 1110000 0 1010100 101111 10001 101001110 1001000 110000

Color Harmonies of #D32270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32270

Black with #D32270

Text Example


Text Example

White with #D32270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32270; }

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

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

background-color css

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

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

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

border-color css

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

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

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