Html Css Color HEX #D62160 Cerise

📋 copy color: '#D62160'

red 214 ◦ green 33 ◦ blue 96

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

Shades of Cerise #D62160

Tints of Cerise #D62160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.62%

 BLUE value IS 96 (37.89% from 255) = 27.99%

R = 62.39%
G = 9.62%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D62160 (or 0xD62160) is known color: Cerise. HEX triplet: D6, 21 and 60. RGB value is (214,33,96). Sum of RGB (Red+Green+Blue) = 214+33+96=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D62160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62160 is #29DE9F. Grayscale: #5E5E5E. Windows color (decimal): -2743968 or 6300118. OLE color: 6300118.

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

Color convert

RGB 214 33 96 -
CMYK 0 0.85 0.55 0.16
HSL 339.12º 0.73% 0.48% -
HSV(B) 339.12º 0.85% 0.84% -
XYZ 30.39 16.23 12.6 -
YUV 94.3 128.97 213.38 -
System Red Green Blue C M Y K H S L
Decimal 214 33 96 0 0.85 0.55 0.16 339.12 0.73 0.48
Hex D6 21 60 0 55 37 10 153 49 30
Octal 326 41 140 0 125 67 20 523 111 60
Binary 11010110 100001 1100000 0 1010101 110111 10000 101010011 1001001 110000

Color Harmonies of #D62160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62160

Black with #D62160

Text Example


Text Example

White with #D62160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62160; }

 p { color: rgb(214,33,96); }

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

background-color css

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

 a { background-color: rgb(214,33,96); }

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

border-color css

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

 span { border-color: rgb(214,33,96); }

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