Html Css Color HEX #D62EA8 Deep Cerise

📋 copy color: '#D62EA8'

red 214 ◦ green 46 ◦ blue 168

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

Shades of Deep Cerise #D62EA8

Tints of Deep Cerise #D62EA8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.75%

 BLUE value IS 168 (66.02% from 255) = 39.25%

R = 50%
G = 10.75%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D62EA8 (or 0xD62EA8) is known color: Deep Cerise. HEX triplet: D6, 2E and A8. RGB value is (214,46,168). Sum of RGB (Red+Green+Blue) = 214+46+168=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D62EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62EA8 is #29D157. Grayscale: #6D6D6D. Windows color (decimal): -2740568 or 11022038. OLE color: 11022038.

HSL color Cylindrical-coordinate representation of color #D62EA8: hue angle of 316.43º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62EA8 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 46 168 -
CMYK 0 0.79 0.21 0.16
HSL 316.43º 0.67% 0.51% -
HSV(B) 316.43º 0.79% 0.84% -
XYZ 35.78 19.08 38.84 -
YUV 110.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 214 46 168 0 0.79 0.21 0.16 316.43 0.67 0.51
Hex D6 2E A8 0 4F 15 10 13C 43 33
Octal 326 56 250 0 117 25 20 474 103 63
Binary 11010110 101110 10101000 0 1001111 10101 10000 100111100 1000011 110011

Color Harmonies of #D62EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62EA8

Black with #D62EA8

Text Example


Text Example

White with #D62EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62EA8; }

 p { color: rgb(214,46,168); }

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

background-color css

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

 a { background-color: rgb(214,46,168); }

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

border-color css

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

 span { border-color: rgb(214,46,168); }

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