Html Css Color HEX #D82F9D Deep Cerise

📋 copy color: '#D82F9D'

red 216 ◦ green 47 ◦ blue 157

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

Shades of Deep Cerise #D82F9D

Tints of Deep Cerise #D82F9D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.19%

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 51.43%
G = 11.19%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D82F9D (or 0xD82F9D) is known color: Deep Cerise. HEX triplet: D8, 2F and 9D. RGB value is (216,47,157). Sum of RGB (Red+Green+Blue) = 216+47+157=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82F9D is #27D062. Grayscale: #6D6D6D. Windows color (decimal): -2609251 or 10301400. OLE color: 10301400.

HSL color Cylindrical-coordinate representation of color #D82F9D: hue angle of 320.95º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D82F9D is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 47 157 -
CMYK 0 0.78 0.27 0.15
HSL 320.95º 0.68% 0.52% -
HSV(B) 320.95º 0.78% 0.85% -
XYZ 35.42 19.07 33.71 -
YUV 110.07 154.49 203.56 -
System Red Green Blue C M Y K H S L
Decimal 216 47 157 0 0.78 0.27 0.15 320.95 0.68 0.52
Hex D8 2F 9D 0 4E 1B F 141 44 34
Octal 330 57 235 0 116 33 17 501 104 64
Binary 11011000 101111 10011101 0 1001110 11011 1111 101000001 1000100 110100

Color Harmonies of #D82F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F9D

Black with #D82F9D

Text Example


Text Example

White with #D82F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F9D; }

 p { color: rgb(216,47,157); }

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

background-color css

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

 a { background-color: rgb(216,47,157); }

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

border-color css

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

 span { border-color: rgb(216,47,157); }

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