Html Css Color HEX #D82C93 Deep Cerise

📋 copy color: '#D82C93'

red 216 ◦ green 44 ◦ blue 147

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

Shades of Deep Cerise #D82C93

Tints of Deep Cerise #D82C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.12%

R = 53.07%
G = 10.81%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D82C93 (or 0xD82C93) is known color: Deep Cerise. HEX triplet: D8, 2C and 93. RGB value is (216,44,147). Sum of RGB (Red+Green+Blue) = 216+44+147=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82C93 is #27D36C. Grayscale: #6A6A6A. Windows color (decimal): -2610029 or 9645272. OLE color: 9645272.

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

Color convert

RGB 216 44 147 -
CMYK 0 0.80 0.32 0.15
HSL 324.07º 0.69% 0.51% -
HSV(B) 324.07º 0.8% 0.85% -
XYZ 34.49 18.51 29.36 -
YUV 107.17 150.48 205.62 -
System Red Green Blue C M Y K H S L
Decimal 216 44 147 0 0.80 0.32 0.15 324.07 0.69 0.51
Hex D8 2C 93 0 50 20 F 144 45 33
Octal 330 54 223 0 120 40 17 504 105 63
Binary 11011000 101100 10010011 0 1010000 100000 1111 101000100 1000101 110011

Color Harmonies of #D82C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C93

Black with #D82C93

Text Example


Text Example

White with #D82C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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