Html Css Color HEX #D62E8D Deep Cerise

📋 copy color: '#D62E8D'

red 214 ◦ green 46 ◦ blue 141

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

Shades of Deep Cerise #D62E8D

Tints of Deep Cerise #D62E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 53.37%
G = 11.47%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D62E8D (or 0xD62E8D) is known color: Deep Cerise. HEX triplet: D6, 2E and 8D. RGB value is (214,46,141). Sum of RGB (Red+Green+Blue) = 214+46+141=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62E8D is #29D172. Grayscale: #6A6A6A. Windows color (decimal): -2740595 or 9252566. OLE color: 9252566.

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

Color convert

RGB 214 46 141 -
CMYK 0 0.79 0.34 0.16
HSL 326.07º 0.67% 0.51% -
HSV(B) 326.07º 0.79% 0.84% -
XYZ 33.52 18.17 26.94 -
YUV 107.06 147.16 204.28 -
System Red Green Blue C M Y K H S L
Decimal 214 46 141 0 0.79 0.34 0.16 326.07 0.67 0.51
Hex D6 2E 8D 0 4F 22 10 146 43 33
Octal 326 56 215 0 117 42 20 506 103 63
Binary 11010110 101110 10001101 0 1001111 100010 10000 101000110 1000011 110011

Color Harmonies of #D62E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62E8D

Black with #D62E8D

Text Example


Text Example

White with #D62E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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