Html Css Color HEX #D027B3 Deep Magenta

📋 copy color: '#D027B3'

red 208 ◦ green 39 ◦ blue 179

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

Shades of Deep Magenta #D027B3

Tints of Deep Magenta #D027B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.02%

R = 48.83%
G = 9.15%
B = 42.02%

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

#D027B3 (or 0xD027B3) is known color: Deep Magenta. HEX triplet: D0, 27 and B3. RGB value is (208,39,179). Sum of RGB (Red+Green+Blue) = 208+39+179=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D027B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D027B3 is #2FD84C. Grayscale: #696969. Windows color (decimal): -3135565 or 11741136. OLE color: 11741136.

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

Color convert

RGB 208 39 179 -
CMYK 0 0.81 0.14 0.18
HSL 310.3º 0.68% 0.48% -
HSV(B) 310.3º 0.81% 0.82% -
XYZ 34.87 18.12 44.31 -
YUV 105.49 169.49 201.12 -
System Red Green Blue C M Y K H S L
Decimal 208 39 179 0 0.81 0.14 0.18 310.3 0.68 0.48
Hex D0 27 B3 0 51 E 12 136 44 30
Octal 320 47 263 0 121 16 22 466 104 60
Binary 11010000 100111 10110011 0 1010001 1110 10010 100110110 1000100 110000

Color Harmonies of #D027B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027B3

Black with #D027B3

Text Example


Text Example

White with #D027B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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