Html Css Color HEX #D82C8D Deep Cerise

📋 copy color: '#D82C8D'

red 216 ◦ green 44 ◦ blue 141

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

Shades of Deep Cerise #D82C8D

Tints of Deep Cerise #D82C8D

RGB

 RED value IS 216 (84.77% from 255) = 53.87%

 GREEN value IS 44 (17.58% from 255) = 10.97%

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

R = 53.87%
G = 10.97%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D82C8D (or 0xD82C8D) is known color: Deep Cerise. HEX triplet: D8, 2C and 8D. RGB value is (216,44,141). Sum of RGB (Red+Green+Blue) = 216+44+141=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82C8D is #27D372. Grayscale: #6A6A6A. Windows color (decimal): -2610035 or 9252056. OLE color: 9252056.

HSL color Cylindrical-coordinate representation of color #D82C8D: hue angle of 326.16º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82C8D is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 44 141 -
CMYK 0 0.80 0.35 0.15
HSL 326.16º 0.69% 0.51% -
HSV(B) 326.16º 0.8% 0.85% -
XYZ 34.03 18.32 26.94 -
YUV 106.49 147.48 206.11 -
System Red Green Blue C M Y K H S L
Decimal 216 44 141 0 0.80 0.35 0.15 326.16 0.69 0.51
Hex D8 2C 8D 0 50 23 F 146 45 33
Octal 330 54 215 0 120 43 17 506 105 63
Binary 11011000 101100 10001101 0 1010000 100011 1111 101000110 1000101 110011

Color Harmonies of #D82C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C8D

Black with #D82C8D

Text Example


Text Example

White with #D82C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C8D; }

 p { color: rgb(216,44,141); }

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

background-color css

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

 a { background-color: rgb(216,44,141); }

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

border-color css

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

 span { border-color: rgb(216,44,141); }

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