Html Css Color HEX #D62E9D Deep Cerise

📋 copy color: '#D62E9D'

red 214 ◦ green 46 ◦ blue 157

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

Shades of Deep Cerise #D62E9D

Tints of Deep Cerise #D62E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.65%

R = 51.32%
G = 11.03%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D62E9D (or 0xD62E9D) is known color: Deep Cerise. HEX triplet: D6, 2E and 9D. RGB value is (214,46,157). Sum of RGB (Red+Green+Blue) = 214+46+157=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62E9D is #29D162. Grayscale: #6C6C6C. Windows color (decimal): -2740579 or 10301142. OLE color: 10301142.

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

Color convert

RGB 214 46 157 -
CMYK 0 0.79 0.27 0.16
HSL 320.36º 0.67% 0.51% -
HSV(B) 320.36º 0.79% 0.84% -
XYZ 34.79 18.68 33.67 -
YUV 108.89 155.16 202.97 -
System Red Green Blue C M Y K H S L
Decimal 214 46 157 0 0.79 0.27 0.16 320.36 0.67 0.51
Hex D6 2E 9D 0 4F 1B 10 140 43 33
Octal 326 56 235 0 117 33 20 500 103 63
Binary 11010110 101110 10011101 0 1001111 11011 10000 101000000 1000011 110011

Color Harmonies of #D62E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62E9D

Black with #D62E9D

Text Example


Text Example

White with #D62E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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