Html Css Color HEX #D82C7C Deep Cerise

📋 copy color: '#D82C7C'

red 216 ◦ green 44 ◦ blue 124

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

Shades of Deep Cerise #D82C7C

Tints of Deep Cerise #D82C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 56.25%
G = 11.46%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D82C7C (or 0xD82C7C) is known color: Deep Cerise. HEX triplet: D8, 2C and 7C. RGB value is (216,44,124). Sum of RGB (Red+Green+Blue) = 216+44+124=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82C7C is #27D383. Grayscale: #686868. Windows color (decimal): -2610052 or 8137944. OLE color: 8137944.

HSL color Cylindrical-coordinate representation of color #D82C7C: hue angle of 332.09º 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 #D82C7C is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 44 124 -
CMYK 0 0.80 0.43 0.15
HSL 332.09º 0.69% 0.51% -
HSV(B) 332.09º 0.8% 0.85% -
XYZ 32.86 17.86 20.78 -
YUV 104.55 138.98 207.5 -
System Red Green Blue C M Y K H S L
Decimal 216 44 124 0 0.80 0.43 0.15 332.09 0.69 0.51
Hex D8 2C 7C 0 50 2B F 14C 45 33
Octal 330 54 174 0 120 53 17 514 105 63
Binary 11011000 101100 1111100 0 1010000 101011 1111 101001100 1000101 110011

Color Harmonies of #D82C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C7C

Black with #D82C7C

Text Example


Text Example

White with #D82C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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