Html Css Color HEX #D62EAB Deep Cerise

📋 copy color: '#D62EAB'

red 214 ◦ green 46 ◦ blue 171

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

Shades of Deep Cerise #D62EAB

Tints of Deep Cerise #D62EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 49.65%
G = 10.67%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D62EAB (or 0xD62EAB) is known color: Deep Cerise. HEX triplet: D6, 2E and AB. RGB value is (214,46,171). Sum of RGB (Red+Green+Blue) = 214+46+171=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D62EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62EAB is #29D154. Grayscale: #6E6E6E. Windows color (decimal): -2740565 or 11218646. OLE color: 11218646.

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

Color convert

RGB 214 46 171 -
CMYK 0 0.79 0.20 0.16
HSL 315.36º 0.67% 0.51% -
HSV(B) 315.36º 0.79% 0.84% -
XYZ 36.06 19.19 40.33 -
YUV 110.48 162.16 201.84 -
System Red Green Blue C M Y K H S L
Decimal 214 46 171 0 0.79 0.20 0.16 315.36 0.67 0.51
Hex D6 2E AB 0 4F 14 10 13B 43 33
Octal 326 56 253 0 117 24 20 473 103 63
Binary 11010110 101110 10101011 0 1001111 10100 10000 100111011 1000011 110011

Color Harmonies of #D62EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62EAB

Black with #D62EAB

Text Example


Text Example

White with #D62EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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