Html Css Color HEX #D62270 Cerise

📋 copy color: '#D62270'

red 214 ◦ green 34 ◦ blue 112

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

Shades of Cerise #D62270

Tints of Cerise #D62270

RGB

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

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

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

R = 59.44%
G = 9.44%
B = 31.11%

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

#D62270 (or 0xD62270) is known color: Cerise. HEX triplet: D6, 22 and 70. RGB value is (214,34,112). Sum of RGB (Red+Green+Blue) = 214+34+112=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D62270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62270 is #29DD8F. Grayscale: #606060. Windows color (decimal): -2743696 or 7348950. OLE color: 7348950.

HSL color Cylindrical-coordinate representation of color #D62270: hue angle of 334º degrees, saturation: 0.73, 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 #D62270 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 34 112 -
CMYK 0 0.84 0.48 0.16
HSL 334º 0.73% 0.49% -
HSV(B) 334º 0.84% 0.84% -
XYZ 31.23 16.61 16.89 -
YUV 96.71 136.63 211.66 -
System Red Green Blue C M Y K H S L
Decimal 214 34 112 0 0.84 0.48 0.16 334 0.73 0.49
Hex D6 22 70 0 54 30 10 14E 49 31
Octal 326 42 160 0 124 60 20 516 111 61
Binary 11010110 100010 1110000 0 1010100 110000 10000 101001110 1001001 110001

Color Harmonies of #D62270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62270

Black with #D62270

Text Example


Text Example

White with #D62270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62270; }

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

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

background-color css

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

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

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

border-color css

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

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

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