Html Css Color HEX #D82D93 Deep Cerise

📋 copy color: '#D82D93'

red 216 ◦ green 45 ◦ blue 147

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

Shades of Deep Cerise #D82D93

Tints of Deep Cerise #D82D93

RGB

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

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

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

R = 52.94%
G = 11.03%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D82D93 (or 0xD82D93) is known color: Deep Cerise. HEX triplet: D8, 2D and 93. RGB value is (216,45,147). Sum of RGB (Red+Green+Blue) = 216+45+147=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82D93 is #27D26C. Grayscale: #6B6B6B. Windows color (decimal): -2609773 or 9645528. OLE color: 9645528.

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

Color convert

RGB 216 45 147 -
CMYK 0 0.79 0.32 0.15
HSL 324.21º 0.69% 0.51% -
HSV(B) 324.21º 0.79% 0.85% -
XYZ 34.52 18.58 29.37 -
YUV 107.76 150.15 205.21 -
System Red Green Blue C M Y K H S L
Decimal 216 45 147 0 0.79 0.32 0.15 324.21 0.69 0.51
Hex D8 2D 93 0 4F 20 F 144 45 33
Octal 330 55 223 0 117 40 17 504 105 63
Binary 11011000 101101 10010011 0 1001111 100000 1111 101000100 1000101 110011

Color Harmonies of #D82D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82D93

Black with #D82D93

Text Example


Text Example

White with #D82D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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