Html Css Color HEX #D62E9A Deep Cerise

📋 copy color: '#D62E9A'

red 214 ◦ green 46 ◦ blue 154

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

Shades of Deep Cerise #D62E9A

Tints of Deep Cerise #D62E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.2%

R = 51.69%
G = 11.11%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D62E9A (or 0xD62E9A) is known color: Deep Cerise. HEX triplet: D6, 2E and 9A. RGB value is (214,46,154). Sum of RGB (Red+Green+Blue) = 214+46+154=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62E9A is #29D165. Grayscale: #6C6C6C. Windows color (decimal): -2740582 or 10104534. OLE color: 10104534.

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

Color convert

RGB 214 46 154 -
CMYK 0 0.79 0.28 0.16
HSL 321.43º 0.67% 0.51% -
HSV(B) 321.43º 0.79% 0.84% -
XYZ 34.54 18.58 32.34 -
YUV 108.54 153.66 203.22 -
System Red Green Blue C M Y K H S L
Decimal 214 46 154 0 0.79 0.28 0.16 321.43 0.67 0.51
Hex D6 2E 9A 0 4F 1C 10 141 43 33
Octal 326 56 232 0 117 34 20 501 103 63
Binary 11010110 101110 10011010 0 1001111 11100 10000 101000001 1000011 110011

Color Harmonies of #D62E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62E9A

Black with #D62E9A

Text Example


Text Example

White with #D62E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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