Html Css Color HEX #D62E8C Deep Cerise

📋 copy color: '#D62E8C'

red 214 ◦ green 46 ◦ blue 140

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

Shades of Deep Cerise #D62E8C

Tints of Deep Cerise #D62E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35%

R = 53.5%
G = 11.5%
B = 35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D62E8C (or 0xD62E8C) is known color: Deep Cerise. HEX triplet: D6, 2E and 8C. RGB value is (214,46,140). Sum of RGB (Red+Green+Blue) = 214+46+140=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62E8C is #29D173. Grayscale: #6A6A6A. Windows color (decimal): -2740596 or 9187030. OLE color: 9187030.

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

Color convert

RGB 214 46 140 -
CMYK 0 0.79 0.35 0.16
HSL 326.43º 0.67% 0.51% -
HSV(B) 326.43º 0.79% 0.84% -
XYZ 33.44 18.14 26.55 -
YUV 106.95 146.66 204.36 -
System Red Green Blue C M Y K H S L
Decimal 214 46 140 0 0.79 0.35 0.16 326.43 0.67 0.51
Hex D6 2E 8C 0 4F 23 10 146 43 33
Octal 326 56 214 0 117 43 20 506 103 63
Binary 11010110 101110 10001100 0 1001111 100011 10000 101000110 1000011 110011

Color Harmonies of #D62E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62E8C

Black with #D62E8C

Text Example


Text Example

White with #D62E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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