Html Css Color HEX #D62CAB Deep Cerise

📋 copy color: '#D62CAB'

red 214 ◦ green 44 ◦ blue 171

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

Shades of Deep Cerise #D62CAB

Tints of Deep Cerise #D62CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.26%

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

R = 49.88%
G = 10.26%
B = 39.86%

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

#D62CAB (or 0xD62CAB) is known color: Deep Cerise. HEX triplet: D6, 2C and AB. RGB value is (214,44,171). Sum of RGB (Red+Green+Blue) = 214+44+171=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D62CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62CAB is #29D354. Grayscale: #6C6C6C. Windows color (decimal): -2741077 or 11218134. OLE color: 11218134.

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

Color convert

RGB 214 44 171 -
CMYK 0 0.79 0.20 0.16
HSL 315.18º 0.67% 0.51% -
HSV(B) 315.18º 0.79% 0.84% -
XYZ 35.98 19.04 40.31 -
YUV 109.31 162.82 202.67 -
System Red Green Blue C M Y K H S L
Decimal 214 44 171 0 0.79 0.20 0.16 315.18 0.67 0.51
Hex D6 2C AB 0 4F 14 10 13B 43 33
Octal 326 54 253 0 117 24 20 473 103 63
Binary 11010110 101100 10101011 0 1001111 10100 10000 100111011 1000011 110011

Color Harmonies of #D62CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62CAB

Black with #D62CAB

Text Example


Text Example

White with #D62CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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