Html Css Color HEX #D82B7A Deep Cerise

📋 copy color: '#D82B7A'

red 216 ◦ green 43 ◦ blue 122

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

Shades of Deep Cerise #D82B7A

Tints of Deep Cerise #D82B7A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.29%

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 56.69%
G = 11.29%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D82B7A (or 0xD82B7A) is known color: Deep Cerise. HEX triplet: D8, 2B and 7A. RGB value is (216,43,122). Sum of RGB (Red+Green+Blue) = 216+43+122=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D82B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82B7A is #27D485. Grayscale: #676767. Windows color (decimal): -2610310 or 8006616. OLE color: 8006616.

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

Color convert

RGB 216 43 122 -
CMYK 0 0.80 0.44 0.15
HSL 332.6º 0.69% 0.51% -
HSV(B) 332.6º 0.8% 0.85% -
XYZ 32.7 17.73 20.11 -
YUV 103.73 138.31 208.08 -
System Red Green Blue C M Y K H S L
Decimal 216 43 122 0 0.80 0.44 0.15 332.6 0.69 0.51
Hex D8 2B 7A 0 50 2C F 14D 45 33
Octal 330 53 172 0 120 54 17 515 105 63
Binary 11011000 101011 1111010 0 1010000 101100 1111 101001101 1000101 110011

Color Harmonies of #D82B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82B7A

Black with #D82B7A

Text Example


Text Example

White with #D82B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82B7A; }

 p { color: rgb(216,43,122); }

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

background-color css

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

 a { background-color: rgb(216,43,122); }

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

border-color css

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

 span { border-color: rgb(216,43,122); }

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