Html Css Color HEX #D62392 Deep Cerise

📋 copy color: '#D62392'

red 214 ◦ green 35 ◦ blue 146

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

Shades of Deep Cerise #D62392

Tints of Deep Cerise #D62392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.86%

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

R = 54.18%
G = 8.86%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D62392 (or 0xD62392) is known color: Deep Cerise. HEX triplet: D6, 23 and 92. RGB value is (214,35,146). Sum of RGB (Red+Green+Blue) = 214+35+146=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D62392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62392 is #29DC6D. Grayscale: #646464. Windows color (decimal): -2743406 or 9577430. OLE color: 9577430.

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

Color convert

RGB 214 35 146 -
CMYK 0 0.84 0.32 0.16
HSL 322.79º 0.72% 0.49% -
HSV(B) 322.79º 0.84% 0.84% -
XYZ 33.52 17.57 28.82 -
YUV 101.18 153.3 208.47 -
System Red Green Blue C M Y K H S L
Decimal 214 35 146 0 0.84 0.32 0.16 322.79 0.72 0.49
Hex D6 23 92 0 54 20 10 143 48 31
Octal 326 43 222 0 124 40 20 503 110 61
Binary 11010110 100011 10010010 0 1010100 100000 10000 101000011 1001000 110001

Color Harmonies of #D62392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62392

Black with #D62392

Text Example


Text Example

White with #D62392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62392; }

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

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

background-color css

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

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

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

border-color css

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

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

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