Html Css Color HEX #D027B8 Deep Magenta

📋 copy color: '#D027B8'

red 208 ◦ green 39 ◦ blue 184

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

Shades of Deep Magenta #D027B8

Tints of Deep Magenta #D027B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.69%

R = 48.26%
G = 9.05%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D027B8 (or 0xD027B8) is known color: Deep Magenta. HEX triplet: D0, 27 and B8. RGB value is (208,39,184). Sum of RGB (Red+Green+Blue) = 208+39+184=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D027B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D027B8 is #2FD847. Grayscale: #696969. Windows color (decimal): -3135560 or 12068816. OLE color: 12068816.

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

Color convert

RGB 208 39 184 -
CMYK 0 0.81 0.12 0.18
HSL 308.52º 0.68% 0.48% -
HSV(B) 308.52º 0.81% 0.82% -
XYZ 35.39 18.32 47.02 -
YUV 106.06 171.99 200.71 -
System Red Green Blue C M Y K H S L
Decimal 208 39 184 0 0.81 0.12 0.18 308.52 0.68 0.48
Hex D0 27 B8 0 51 C 12 135 44 30
Octal 320 47 270 0 121 14 22 465 104 60
Binary 11010000 100111 10111000 0 1010001 1100 10010 100110101 1000100 110000

Color Harmonies of #D027B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027B8

Black with #D027B8

Text Example


Text Example

White with #D027B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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