Html Css Color HEX #D82A7B Deep Cerise

📋 copy color: '#D82A7B'

red 216 ◦ green 42 ◦ blue 123

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

Shades of Deep Cerise #D82A7B

Tints of Deep Cerise #D82A7B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.02%

 BLUE value IS 123 (48.44% from 255) = 32.28%

R = 56.69%
G = 11.02%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D82A7B (or 0xD82A7B) is known color: Deep Cerise. HEX triplet: D8, 2A and 7B. RGB value is (216,42,123). Sum of RGB (Red+Green+Blue) = 216+42+123=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A7B is #27D584. Grayscale: #676767. Windows color (decimal): -2610565 or 8071896. OLE color: 8071896.

HSL color Cylindrical-coordinate representation of color #D82A7B: hue angle of 332.07º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82A7B is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 42 123 -
CMYK 0 0.81 0.43 0.15
HSL 332.07º 0.69% 0.51% -
HSV(B) 332.07º 0.81% 0.85% -
XYZ 32.72 17.68 20.43 -
YUV 103.26 139.15 208.41 -
System Red Green Blue C M Y K H S L
Decimal 216 42 123 0 0.81 0.43 0.15 332.07 0.69 0.51
Hex D8 2A 7B 0 51 2B F 14C 45 33
Octal 330 52 173 0 121 53 17 514 105 63
Binary 11011000 101010 1111011 0 1010001 101011 1111 101001100 1000101 110011

Color Harmonies of #D82A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A7B

Black with #D82A7B

Text Example


Text Example

White with #D82A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A7B; }

 p { color: rgb(216,42,123); }

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

background-color css

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

 a { background-color: rgb(216,42,123); }

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

border-color css

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

 span { border-color: rgb(216,42,123); }

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