Html Css Color HEX #D62860 Cerise

📋 copy color: '#D62860'

red 214 ◦ green 40 ◦ blue 96

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

Shades of Cerise #D62860

Tints of Cerise #D62860

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

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

R = 61.14%
G = 11.43%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D62860 (or 0xD62860) is known color: Cerise. HEX triplet: D6, 28 and 60. RGB value is (214,40,96). Sum of RGB (Red+Green+Blue) = 214+40+96=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D62860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62860 is #29D79F. Grayscale: #626262. Windows color (decimal): -2742176 or 6301910. OLE color: 6301910.

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

Color convert

RGB 214 40 96 -
CMYK 0 0.81 0.55 0.16
HSL 340.69º 0.69% 0.5% -
HSV(B) 340.69º 0.81% 0.84% -
XYZ 30.6 16.66 12.67 -
YUV 98.41 126.65 210.45 -
System Red Green Blue C M Y K H S L
Decimal 214 40 96 0 0.81 0.55 0.16 340.69 0.69 0.5
Hex D6 28 60 0 51 37 10 155 45 32
Octal 326 50 140 0 121 67 20 525 105 62
Binary 11010110 101000 1100000 0 1010001 110111 10000 101010101 1000101 110010

Color Harmonies of #D62860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62860

Black with #D62860

Text Example


Text Example

White with #D62860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62860; }

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

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

background-color css

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

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

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

border-color css

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

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

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