Html Css Color HEX #D62360 Cerise

📋 copy color: '#D62360'

red 214 ◦ green 35 ◦ blue 96

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

Shades of Cerise #D62360

Tints of Cerise #D62360

RGB

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

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

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

R = 62.03%
G = 10.14%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D62360 (or 0xD62360) is known color: Cerise. HEX triplet: D6, 23 and 60. RGB value is (214,35,96). Sum of RGB (Red+Green+Blue) = 214+35+96=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D62360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62360 is #29DC9F. Grayscale: #5F5F5F. Windows color (decimal): -2743456 or 6300630. OLE color: 6300630.

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

Color convert

RGB 214 35 96 -
CMYK 0 0.84 0.55 0.16
HSL 339.55º 0.72% 0.49% -
HSV(B) 339.55º 0.84% 0.84% -
XYZ 30.44 16.34 12.62 -
YUV 95.48 128.3 212.54 -
System Red Green Blue C M Y K H S L
Decimal 214 35 96 0 0.84 0.55 0.16 339.55 0.72 0.49
Hex D6 23 60 0 54 37 10 154 48 31
Octal 326 43 140 0 124 67 20 524 110 61
Binary 11010110 100011 1100000 0 1010100 110111 10000 101010100 1001000 110001

Color Harmonies of #D62360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62360

Black with #D62360

Text Example


Text Example

White with #D62360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62360; }

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

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

background-color css

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

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

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

border-color css

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

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

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