Html Css Color HEX #D62E93 Deep Cerise

📋 copy color: '#D62E93'

red 214 ◦ green 46 ◦ blue 147

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

Shades of Deep Cerise #D62E93

Tints of Deep Cerise #D62E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.12%

R = 52.58%
G = 11.3%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D62E93 (or 0xD62E93) is known color: Deep Cerise. HEX triplet: D6, 2E and 93. RGB value is (214,46,147). Sum of RGB (Red+Green+Blue) = 214+46+147=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62E93 is #29D16C. Grayscale: #6B6B6B. Windows color (decimal): -2740589 or 9645782. OLE color: 9645782.

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

Color convert

RGB 214 46 147 -
CMYK 0 0.79 0.31 0.16
HSL 323.93º 0.67% 0.51% -
HSV(B) 323.93º 0.79% 0.84% -
XYZ 33.98 18.36 29.36 -
YUV 107.75 150.16 203.79 -
System Red Green Blue C M Y K H S L
Decimal 214 46 147 0 0.79 0.31 0.16 323.93 0.67 0.51
Hex D6 2E 93 0 4F 1F 10 144 43 33
Octal 326 56 223 0 117 37 20 504 103 63
Binary 11010110 101110 10010011 0 1001111 11111 10000 101000100 1000011 110011

Color Harmonies of #D62E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62E93

Black with #D62E93

Text Example


Text Example

White with #D62E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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