Html Css Color HEX #D82F8C Deep Cerise

📋 copy color: '#D82F8C'

red 216 ◦ green 47 ◦ blue 140

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

Shades of Deep Cerise #D82F8C

Tints of Deep Cerise #D82F8C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.66%

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

R = 53.6%
G = 11.66%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D82F8C (or 0xD82F8C) is known color: Deep Cerise. HEX triplet: D8, 2F and 8C. RGB value is (216,47,140). Sum of RGB (Red+Green+Blue) = 216+47+140=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82F8C is #27D073. Grayscale: #6B6B6B. Windows color (decimal): -2609268 or 9187288. OLE color: 9187288.

HSL color Cylindrical-coordinate representation of color #D82F8C: hue angle of 326.98º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D82F8C is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 47 140 -
CMYK 0 0.78 0.35 0.15
HSL 326.98º 0.68% 0.52% -
HSV(B) 326.98º 0.78% 0.85% -
XYZ 34.07 18.53 26.59 -
YUV 108.13 145.99 204.94 -
System Red Green Blue C M Y K H S L
Decimal 216 47 140 0 0.78 0.35 0.15 326.98 0.68 0.52
Hex D8 2F 8C 0 4E 23 F 147 44 34
Octal 330 57 214 0 116 43 17 507 104 64
Binary 11011000 101111 10001100 0 1001110 100011 1111 101000111 1000100 110100

Color Harmonies of #D82F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F8C

Black with #D82F8C

Text Example


Text Example

White with #D82F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F8C; }

 p { color: rgb(216,47,140); }

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

background-color css

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

 a { background-color: rgb(216,47,140); }

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

border-color css

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

 span { border-color: rgb(216,47,140); }

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