Html Css Color HEX #D027B9 Deep Magenta

📋 copy color: '#D027B9'

red 208 ◦ green 39 ◦ blue 185

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

Shades of Deep Magenta #D027B9

Tints of Deep Magenta #D027B9

RGB

 RED value IS 208 (81.64% from 255) = 48.15%

 GREEN value IS 39 (15.63% from 255) = 9.03%

 BLUE value IS 185 (72.66% from 255) = 42.82%

R = 48.15%
G = 9.03%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D027B9 (or 0xD027B9) is known color: Deep Magenta. HEX triplet: D0, 27 and B9. RGB value is (208,39,185). Sum of RGB (Red+Green+Blue) = 208+39+185=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D027B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D027B9 is #2FD846. Grayscale: #696969. Windows color (decimal): -3135559 or 12134352. OLE color: 12134352.

HSL color Cylindrical-coordinate representation of color #D027B9: hue angle of 308.17º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D027B9 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 39 185 -
CMYK 0 0.81 0.11 0.18
HSL 308.17º 0.68% 0.48% -
HSV(B) 308.17º 0.81% 0.82% -
XYZ 35.49 18.36 47.57 -
YUV 106.18 172.49 200.63 -
System Red Green Blue C M Y K H S L
Decimal 208 39 185 0 0.81 0.11 0.18 308.17 0.68 0.48
Hex D0 27 B9 0 51 B 12 134 44 30
Octal 320 47 271 0 121 13 22 464 104 60
Binary 11010000 100111 10111001 0 1010001 1011 10010 100110100 1000100 110000

Color Harmonies of #D027B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027B9

Black with #D027B9

Text Example


Text Example

White with #D027B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027B9; }

 p { color: rgb(208,39,185); }

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

background-color css

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

 a { background-color: rgb(208,39,185); }

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

border-color css

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

 span { border-color: rgb(208,39,185); }

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