Html Css Color HEX #D62868 Cerise

📋 copy color: '#D62868'

red 214 ◦ green 40 ◦ blue 104

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

Shades of Cerise #D62868

Tints of Cerise #D62868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.05%

R = 59.78%
G = 11.17%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D62868 (or 0xD62868) is known color: Cerise. HEX triplet: D6, 28 and 68. RGB value is (214,40,104). Sum of RGB (Red+Green+Blue) = 214+40+104=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D62868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62868 is #29D797. Grayscale: #636363. Windows color (decimal): -2742168 or 6826198. OLE color: 6826198.

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

Color convert

RGB 214 40 104 -
CMYK 0 0.81 0.51 0.16
HSL 337.93º 0.69% 0.5% -
HSV(B) 337.93º 0.81% 0.84% -
XYZ 30.99 16.81 14.71 -
YUV 99.32 130.65 209.8 -
System Red Green Blue C M Y K H S L
Decimal 214 40 104 0 0.81 0.51 0.16 337.93 0.69 0.5
Hex D6 28 68 0 51 33 10 152 45 32
Octal 326 50 150 0 121 63 20 522 105 62
Binary 11010110 101000 1101000 0 1010001 110011 10000 101010010 1000101 110010

Color Harmonies of #D62868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62868

Black with #D62868

Text Example


Text Example

White with #D62868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62868; }

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

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

background-color css

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

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

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

border-color css

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

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

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