Html Css Color HEX #D62FAB Deep Cerise

📋 copy color: '#D62FAB'

red 214 ◦ green 47 ◦ blue 171

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

Shades of Deep Cerise #D62FAB

Tints of Deep Cerise #D62FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.88%

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

R = 49.54%
G = 10.88%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D62FAB (or 0xD62FAB) is known color: Deep Cerise. HEX triplet: D6, 2F and AB. RGB value is (214,47,171). Sum of RGB (Red+Green+Blue) = 214+47+171=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D62FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62FAB is #29D054. Grayscale: #6E6E6E. Windows color (decimal): -2740309 or 11218902. OLE color: 11218902.

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

Color convert

RGB 214 47 171 -
CMYK 0 0.78 0.20 0.16
HSL 315.45º 0.67% 0.51% -
HSV(B) 315.45º 0.78% 0.84% -
XYZ 36.1 19.27 40.34 -
YUV 111.07 161.83 201.42 -
System Red Green Blue C M Y K H S L
Decimal 214 47 171 0 0.78 0.20 0.16 315.45 0.67 0.51
Hex D6 2F AB 0 4E 14 10 13B 43 33
Octal 326 57 253 0 116 24 20 473 103 63
Binary 11010110 101111 10101011 0 1001110 10100 10000 100111011 1000011 110011

Color Harmonies of #D62FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62FAB

Black with #D62FAB

Text Example


Text Example

White with #D62FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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