Html Css Color HEX #D82D7A Deep Cerise

📋 copy color: '#D82D7A'

red 216 ◦ green 45 ◦ blue 122

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

Shades of Deep Cerise #D82D7A

Tints of Deep Cerise #D82D7A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.75%

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

R = 56.4%
G = 11.75%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D82D7A (or 0xD82D7A) is known color: Deep Cerise. HEX triplet: D8, 2D and 7A. RGB value is (216,45,122). Sum of RGB (Red+Green+Blue) = 216+45+122=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82D7A is #27D285. Grayscale: #686868. Windows color (decimal): -2609798 or 8007128. OLE color: 8007128.

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

Color convert

RGB 216 45 122 -
CMYK 0 0.79 0.44 0.15
HSL 332.98º 0.69% 0.51% -
HSV(B) 332.98º 0.79% 0.85% -
XYZ 32.77 17.88 20.14 -
YUV 104.91 137.65 207.24 -
System Red Green Blue C M Y K H S L
Decimal 216 45 122 0 0.79 0.44 0.15 332.98 0.69 0.51
Hex D8 2D 7A 0 4F 2C F 14D 45 33
Octal 330 55 172 0 117 54 17 515 105 63
Binary 11011000 101101 1111010 0 1001111 101100 1111 101001101 1000101 110011

Color Harmonies of #D82D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82D7A

Black with #D82D7A

Text Example


Text Example

White with #D82D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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