Html Css Color HEX #D62770 Cerise

📋 copy color: '#D62770'

red 214 ◦ green 39 ◦ blue 112

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

Shades of Cerise #D62770

Tints of Cerise #D62770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.68%

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

R = 58.63%
G = 10.68%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D62770 (or 0xD62770) is known color: Cerise. HEX triplet: D6, 27 and 70. RGB value is (214,39,112). Sum of RGB (Red+Green+Blue) = 214+39+112=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D62770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62770 is #29D88F. Grayscale: #636363. Windows color (decimal): -2742416 or 7350230. OLE color: 7350230.

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

Color convert

RGB 214 39 112 -
CMYK 0 0.82 0.48 0.16
HSL 334.97º 0.69% 0.5% -
HSV(B) 334.97º 0.82% 0.84% -
XYZ 31.38 16.92 16.94 -
YUV 99.65 134.98 209.56 -
System Red Green Blue C M Y K H S L
Decimal 214 39 112 0 0.82 0.48 0.16 334.97 0.69 0.5
Hex D6 27 70 0 52 30 10 14F 45 32
Octal 326 47 160 0 122 60 20 517 105 62
Binary 11010110 100111 1110000 0 1010010 110000 10000 101001111 1000101 110010

Color Harmonies of #D62770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62770

Black with #D62770

Text Example


Text Example

White with #D62770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62770; }

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

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

background-color css

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

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

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

border-color css

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

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

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