Html Css Color HEX #D62E92 Deep Cerise

📋 copy color: '#D62E92'

red 214 ◦ green 46 ◦ blue 146

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

Shades of Deep Cerise #D62E92

Tints of Deep Cerise #D62E92

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.33%

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

R = 52.71%
G = 11.33%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D62E92 (or 0xD62E92) is known color: Deep Cerise. HEX triplet: D6, 2E and 92. RGB value is (214,46,146). Sum of RGB (Red+Green+Blue) = 214+46+146=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62E92 is #29D16D. Grayscale: #6B6B6B. Windows color (decimal): -2740590 or 9580246. OLE color: 9580246.

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

Color convert

RGB 214 46 146 -
CMYK 0 0.79 0.32 0.16
HSL 324.29º 0.67% 0.51% -
HSV(B) 324.29º 0.79% 0.84% -
XYZ 33.9 18.33 28.94 -
YUV 107.63 149.66 203.87 -
System Red Green Blue C M Y K H S L
Decimal 214 46 146 0 0.79 0.32 0.16 324.29 0.67 0.51
Hex D6 2E 92 0 4F 20 10 144 43 33
Octal 326 56 222 0 117 40 20 504 103 63
Binary 11010110 101110 10010010 0 1001111 100000 10000 101000100 1000011 110011

Color Harmonies of #D62E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62E92

Black with #D62E92

Text Example


Text Example

White with #D62E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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