Html Css Color HEX #D027B1 Deep Magenta

📋 copy color: '#D027B1'

red 208 ◦ green 39 ◦ blue 177

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

Shades of Deep Magenta #D027B1

Tints of Deep Magenta #D027B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.75%

R = 49.06%
G = 9.2%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D027B1 (or 0xD027B1) is known color: Deep Magenta. HEX triplet: D0, 27 and B1. RGB value is (208,39,177). Sum of RGB (Red+Green+Blue) = 208+39+177=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D027B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D027B1 is #2FD84E. Grayscale: #686868. Windows color (decimal): -3135567 or 11610064. OLE color: 11610064.

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

Color convert

RGB 208 39 177 -
CMYK 0 0.81 0.15 0.18
HSL 311.01º 0.68% 0.48% -
HSV(B) 311.01º 0.81% 0.82% -
XYZ 34.67 18.04 43.25 -
YUV 105.26 168.49 201.28 -
System Red Green Blue C M Y K H S L
Decimal 208 39 177 0 0.81 0.15 0.18 311.01 0.68 0.48
Hex D0 27 B1 0 51 F 12 137 44 30
Octal 320 47 261 0 121 17 22 467 104 60
Binary 11010000 100111 10110001 0 1010001 1111 10010 100110111 1000100 110000

Color Harmonies of #D027B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027B1

Black with #D027B1

Text Example


Text Example

White with #D027B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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