Html Css Color HEX #D62C9F Deep Cerise

📋 copy color: '#D62C9F'

red 214 ◦ green 44 ◦ blue 159

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

Shades of Deep Cerise #D62C9F

Tints of Deep Cerise #D62C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 51.32%
G = 10.55%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D62C9F (or 0xD62C9F) is known color: Deep Cerise. HEX triplet: D6, 2C and 9F. RGB value is (214,44,159). Sum of RGB (Red+Green+Blue) = 214+44+159=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62C9F is #29D360. Grayscale: #6B6B6B. Windows color (decimal): -2741089 or 10431702. OLE color: 10431702.

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

Color convert

RGB 214 44 159 -
CMYK 0 0.79 0.26 0.16
HSL 319.41º 0.67% 0.51% -
HSV(B) 319.41º 0.79% 0.84% -
XYZ 34.89 18.6 34.55 -
YUV 107.94 156.82 203.65 -
System Red Green Blue C M Y K H S L
Decimal 214 44 159 0 0.79 0.26 0.16 319.41 0.67 0.51
Hex D6 2C 9F 0 4F 1A 10 13F 43 33
Octal 326 54 237 0 117 32 20 477 103 63
Binary 11010110 101100 10011111 0 1001111 11010 10000 100111111 1000011 110011

Color Harmonies of #D62C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C9F

Black with #D62C9F

Text Example


Text Example

White with #D62C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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