Html Css Color HEX #D62370 Cerise

📋 copy color: '#D62370'

red 214 ◦ green 35 ◦ blue 112

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

Shades of Cerise #D62370

Tints of Cerise #D62370

RGB

 RED value IS 214 (83.98% from 255) = 59.28%

 GREEN value IS 35 (14.06% from 255) = 9.7%

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

R = 59.28%
G = 9.7%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D62370 (or 0xD62370) is known color: Cerise. HEX triplet: D6, 23 and 70. RGB value is (214,35,112). Sum of RGB (Red+Green+Blue) = 214+35+112=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D62370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62370 is #29DC8F. Grayscale: #616161. Windows color (decimal): -2743440 or 7349206. OLE color: 7349206.

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

Color convert

RGB 214 35 112 -
CMYK 0 0.84 0.48 0.16
HSL 334.19º 0.72% 0.49% -
HSV(B) 334.19º 0.84% 0.84% -
XYZ 31.26 16.67 16.9 -
YUV 97.3 136.3 211.24 -
System Red Green Blue C M Y K H S L
Decimal 214 35 112 0 0.84 0.48 0.16 334.19 0.72 0.49
Hex D6 23 70 0 54 30 10 14E 48 31
Octal 326 43 160 0 124 60 20 516 110 61
Binary 11010110 100011 1110000 0 1010100 110000 10000 101001110 1001000 110001

Color Harmonies of #D62370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62370

Black with #D62370

Text Example


Text Example

White with #D62370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62370; }

 p { color: rgb(214,35,112); }

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

background-color css

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

 a { background-color: rgb(214,35,112); }

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

border-color css

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

 span { border-color: rgb(214,35,112); }

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