Html Css Color HEX #D62992 Deep Cerise

📋 copy color: '#D62992'

red 214 ◦ green 41 ◦ blue 146

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

Shades of Deep Cerise #D62992

Tints of Deep Cerise #D62992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.22%

 BLUE value IS 146 (57.42% from 255) = 36.41%

R = 53.37%
G = 10.22%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D62992 (or 0xD62992) is known color: Deep Cerise. HEX triplet: D6, 29 and 92. RGB value is (214,41,146). Sum of RGB (Red+Green+Blue) = 214+41+146=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D62992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62992 is #29D66D. Grayscale: #686868. Windows color (decimal): -2741870 or 9578966. OLE color: 9578966.

HSL color Cylindrical-coordinate representation of color #D62992: hue angle of 323.58º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62992 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 41 146 -
CMYK 0 0.81 0.32 0.16
HSL 323.58º 0.68% 0.5% -
HSV(B) 323.58º 0.81% 0.84% -
XYZ 33.71 17.96 28.88 -
YUV 104.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 214 41 146 0 0.81 0.32 0.16 323.58 0.68 0.5
Hex D6 29 92 0 51 20 10 144 44 32
Octal 326 51 222 0 121 40 20 504 104 62
Binary 11010110 101001 10010010 0 1010001 100000 10000 101000100 1000100 110010

Color Harmonies of #D62992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62992

Black with #D62992

Text Example


Text Example

White with #D62992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62992; }

 p { color: rgb(214,41,146); }

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

background-color css

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

 a { background-color: rgb(214,41,146); }

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

border-color css

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

 span { border-color: rgb(214,41,146); }

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