Html Css Color HEX #D62CAA Deep Cerise

📋 copy color: '#D62CAA'

red 214 ◦ green 44 ◦ blue 170

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

Shades of Deep Cerise #D62CAA

Tints of Deep Cerise #D62CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.72%

R = 50%
G = 10.28%
B = 39.72%

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

#D62CAA (or 0xD62CAA) is known color: Deep Cerise. HEX triplet: D6, 2C and AA. RGB value is (214,44,170). Sum of RGB (Red+Green+Blue) = 214+44+170=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D62CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62CAA is #29D355. Grayscale: #6C6C6C. Windows color (decimal): -2741078 or 11152598. OLE color: 11152598.

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

Color convert

RGB 214 44 170 -
CMYK 0 0.79 0.21 0.16
HSL 315.53º 0.67% 0.51% -
HSV(B) 315.53º 0.79% 0.84% -
XYZ 35.89 19 39.81 -
YUV 109.19 162.32 202.75 -
System Red Green Blue C M Y K H S L
Decimal 214 44 170 0 0.79 0.21 0.16 315.53 0.67 0.51
Hex D6 2C AA 0 4F 15 10 13C 43 33
Octal 326 54 252 0 117 25 20 474 103 63
Binary 11010110 101100 10101010 0 1001111 10101 10000 100111100 1000011 110011

Color Harmonies of #D62CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62CAA

Black with #D62CAA

Text Example


Text Example

White with #D62CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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