Html Css Color HEX #D82CA5 Deep Cerise

📋 copy color: '#D82CA5'

red 216 ◦ green 44 ◦ blue 165

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

Shades of Deep Cerise #D82CA5

Tints of Deep Cerise #D82CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.82%

R = 50.82%
G = 10.35%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D82CA5 (or 0xD82CA5) is known color: Deep Cerise. HEX triplet: D8, 2C and A5. RGB value is (216,44,165). Sum of RGB (Red+Green+Blue) = 216+44+165=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D82CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82CA5 is #27D35A. Grayscale: #6C6C6C. Windows color (decimal): -2610011 or 10824920. OLE color: 10824920.

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

Color convert

RGB 216 44 165 -
CMYK 0 0.80 0.24 0.15
HSL 317.79º 0.69% 0.51% -
HSV(B) 317.79º 0.8% 0.85% -
XYZ 36.01 19.12 37.39 -
YUV 109.22 159.48 204.16 -
System Red Green Blue C M Y K H S L
Decimal 216 44 165 0 0.80 0.24 0.15 317.79 0.69 0.51
Hex D8 2C A5 0 50 18 F 13E 45 33
Octal 330 54 245 0 120 30 17 476 105 63
Binary 11011000 101100 10100101 0 1010000 11000 1111 100111110 1000101 110011

Color Harmonies of #D82CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82CA5

Black with #D82CA5

Text Example


Text Example

White with #D82CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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