Html Css Color HEX #D62CAD Deep Cerise

📋 copy color: '#D62CAD'

red 214 ◦ green 44 ◦ blue 173

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

Shades of Deep Cerise #D62CAD

Tints of Deep Cerise #D62CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.14%

R = 49.65%
G = 10.21%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D62CAD (or 0xD62CAD) is known color: Deep Cerise. HEX triplet: D6, 2C and AD. RGB value is (214,44,173). Sum of RGB (Red+Green+Blue) = 214+44+173=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D62CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62CAD is #29D352. Grayscale: #6D6D6D. Windows color (decimal): -2741075 or 11349206. OLE color: 11349206.

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

Color convert

RGB 214 44 173 -
CMYK 0 0.79 0.19 0.16
HSL 314.47º 0.67% 0.51% -
HSV(B) 314.47º 0.79% 0.84% -
XYZ 36.18 19.11 41.32 -
YUV 109.54 163.82 202.51 -
System Red Green Blue C M Y K H S L
Decimal 214 44 173 0 0.79 0.19 0.16 314.47 0.67 0.51
Hex D6 2C AD 0 4F 13 10 13A 43 33
Octal 326 54 255 0 117 23 20 472 103 63
Binary 11010110 101100 10101101 0 1001111 10011 10000 100111010 1000011 110011

Color Harmonies of #D62CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62CAD

Black with #D62CAD

Text Example


Text Example

White with #D62CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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