Html Css Color HEX #D027BB Deep Magenta

📋 copy color: '#D027BB'

red 208 ◦ green 39 ◦ blue 187

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

Shades of Deep Magenta #D027BB

Tints of Deep Magenta #D027BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 47.93%
G = 8.99%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D027BB (or 0xD027BB) is known color: Deep Magenta. HEX triplet: D0, 27 and BB. RGB value is (208,39,187). Sum of RGB (Red+Green+Blue) = 208+39+187=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D027BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D027BB is #2FD844. Grayscale: #696969. Windows color (decimal): -3135557 or 12265424. OLE color: 12265424.

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

Color convert

RGB 208 39 187 -
CMYK 0 0.81 0.10 0.18
HSL 307.46º 0.68% 0.48% -
HSV(B) 307.46º 0.81% 0.82% -
XYZ 35.71 18.45 48.69 -
YUV 106.4 173.49 200.47 -
System Red Green Blue C M Y K H S L
Decimal 208 39 187 0 0.81 0.10 0.18 307.46 0.68 0.48
Hex D0 27 BB 0 51 A 12 133 44 30
Octal 320 47 273 0 121 12 22 463 104 60
Binary 11010000 100111 10111011 0 1010001 1010 10010 100110011 1000100 110000

Color Harmonies of #D027BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027BB

Black with #D027BB

Text Example


Text Example

White with #D027BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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