Html Css Color HEX #D62C7F Deep Cerise

📋 copy color: '#D62C7F'

red 214 ◦ green 44 ◦ blue 127

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

Shades of Deep Cerise #D62C7F

Tints of Deep Cerise #D62C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.99%

R = 55.58%
G = 11.43%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D62C7F (or 0xD62C7F) is known color: Deep Cerise. HEX triplet: D6, 2C and 7F. RGB value is (214,44,127). Sum of RGB (Red+Green+Blue) = 214+44+127=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62C7F is #29D380. Grayscale: #686868. Windows color (decimal): -2741121 or 8334550. OLE color: 8334550.

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

Color convert

RGB 214 44 127 -
CMYK 0 0.79 0.41 0.16
HSL 330.71º 0.67% 0.51% -
HSV(B) 330.71º 0.79% 0.84% -
XYZ 32.46 17.63 21.77 -
YUV 104.29 140.82 206.25 -
System Red Green Blue C M Y K H S L
Decimal 214 44 127 0 0.79 0.41 0.16 330.71 0.67 0.51
Hex D6 2C 7F 0 4F 29 10 14B 43 33
Octal 326 54 177 0 117 51 20 513 103 63
Binary 11010110 101100 1111111 0 1001111 101001 10000 101001011 1000011 110011

Color Harmonies of #D62C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C7F

Black with #D62C7F

Text Example


Text Example

White with #D62C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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