Html Css Color HEX #D027B2 Deep Magenta

📋 copy color: '#D027B2'

red 208 ◦ green 39 ◦ blue 178

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

Shades of Deep Magenta #D027B2

Tints of Deep Magenta #D027B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.88%

R = 48.94%
G = 9.18%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D027B2 (or 0xD027B2) is known color: Deep Magenta. HEX triplet: D0, 27 and B2. RGB value is (208,39,178). Sum of RGB (Red+Green+Blue) = 208+39+178=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D027B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D027B2 is #2FD84D. Grayscale: #686868. Windows color (decimal): -3135566 or 11675600. OLE color: 11675600.

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

Color convert

RGB 208 39 178 -
CMYK 0 0.81 0.14 0.18
HSL 310.65º 0.68% 0.48% -
HSV(B) 310.65º 0.81% 0.82% -
XYZ 34.77 18.08 43.78 -
YUV 105.38 168.99 201.2 -
System Red Green Blue C M Y K H S L
Decimal 208 39 178 0 0.81 0.14 0.18 310.65 0.68 0.48
Hex D0 27 B2 0 51 E 12 137 44 30
Octal 320 47 262 0 121 16 22 467 104 60
Binary 11010000 100111 10110010 0 1010001 1110 10010 100110111 1000100 110000

Color Harmonies of #D027B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027B2

Black with #D027B2

Text Example


Text Example

White with #D027B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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