Html Css Color HEX #D32570 Cerise

📋 copy color: '#D32570'

red 211 ◦ green 37 ◦ blue 112

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

Shades of Cerise #D32570

Tints of Cerise #D32570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.28%

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

R = 58.61%
G = 10.28%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D32570 (or 0xD32570) is known color: Cerise. HEX triplet: D3, 25 and 70. RGB value is (211,37,112). Sum of RGB (Red+Green+Blue) = 211+37+112=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D32570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32570 is #2CDA8F. Grayscale: #616161. Windows color (decimal): -2939536 or 7349715. OLE color: 7349715.

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

Color convert

RGB 211 37 112 -
CMYK 0 0.82 0.47 0.17
HSL 334.14º 0.7% 0.49% -
HSV(B) 334.14º 0.82% 0.83% -
XYZ 30.45 16.34 16.88 -
YUV 97.58 136.15 208.9 -
System Red Green Blue C M Y K H S L
Decimal 211 37 112 0 0.82 0.47 0.17 334.14 0.7 0.49
Hex D3 25 70 0 52 2F 11 14E 46 31
Octal 323 45 160 0 122 57 21 516 106 61
Binary 11010011 100101 1110000 0 1010010 101111 10001 101001110 1000110 110001

Color Harmonies of #D32570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32570

Black with #D32570

Text Example


Text Example

White with #D32570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32570; }

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

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

background-color css

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

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

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

border-color css

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

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

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