Html Css Color HEX #D82FAB Deep Cerise

📋 copy color: '#D82FAB'

red 216 ◦ green 47 ◦ blue 171

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

Shades of Deep Cerise #D82FAB

Tints of Deep Cerise #D82FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 49.77%
G = 10.83%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D82FAB (or 0xD82FAB) is known color: Deep Cerise. HEX triplet: D8, 2F and AB. RGB value is (216,47,171). Sum of RGB (Red+Green+Blue) = 216+47+171=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D82FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82FAB is #27D054. Grayscale: #6F6F6F. Windows color (decimal): -2609237 or 11218904. OLE color: 11218904.

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

Color convert

RGB 216 47 171 -
CMYK 0 0.78 0.21 0.15
HSL 315.98º 0.68% 0.52% -
HSV(B) 315.98º 0.78% 0.85% -
XYZ 36.69 19.57 40.37 -
YUV 111.67 161.49 202.42 -
System Red Green Blue C M Y K H S L
Decimal 216 47 171 0 0.78 0.21 0.15 315.98 0.68 0.52
Hex D8 2F AB 0 4E 15 F 13C 44 34
Octal 330 57 253 0 116 25 17 474 104 64
Binary 11011000 101111 10101011 0 1001110 10101 1111 100111100 1000100 110100

Color Harmonies of #D82FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82FAB

Black with #D82FAB

Text Example


Text Example

White with #D82FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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