Html Css Color HEX #D62D7D Deep Cerise

📋 copy color: '#D62D7D'

red 214 ◦ green 45 ◦ blue 125

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

Shades of Deep Cerise #D62D7D

Tints of Deep Cerise #D62D7D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.72%

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 55.73%
G = 11.72%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D62D7D (or 0xD62D7D) is known color: Deep Cerise. HEX triplet: D6, 2D and 7D. RGB value is (214,45,125). Sum of RGB (Red+Green+Blue) = 214+45+125=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62D7D is #29D282. Grayscale: #686868. Windows color (decimal): -2740867 or 8203734. OLE color: 8203734.

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

Color convert

RGB 214 45 125 -
CMYK 0 0.79 0.42 0.16
HSL 331.6º 0.67% 0.51% -
HSV(B) 331.6º 0.79% 0.84% -
XYZ 32.37 17.65 21.1 -
YUV 104.65 139.49 206 -
System Red Green Blue C M Y K H S L
Decimal 214 45 125 0 0.79 0.42 0.16 331.6 0.67 0.51
Hex D6 2D 7D 0 4F 2A 10 14C 43 33
Octal 326 55 175 0 117 52 20 514 103 63
Binary 11010110 101101 1111101 0 1001111 101010 10000 101001100 1000011 110011

Color Harmonies of #D62D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D7D

Black with #D62D7D

Text Example


Text Example

White with #D62D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D7D; }

 p { color: rgb(214,45,125); }

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

background-color css

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

 a { background-color: rgb(214,45,125); }

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

border-color css

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

 span { border-color: rgb(214,45,125); }

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