Html Css Color HEX #D027DF Deep Magenta

📋 copy color: '#D027DF'

red 208 ◦ green 39 ◦ blue 223

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

Shades of Deep Magenta #D027DF

Tints of Deep Magenta #D027DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.45%

R = 44.26%
G = 8.3%
B = 47.45%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D027DF (or 0xD027DF) is known color: Deep Magenta. HEX triplet: D0, 27 and DF. RGB value is (208,39,223). Sum of RGB (Red+Green+Blue) = 208+39+223=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 39 (15.62% from 255 or 8.30% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #D027DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D027DF is #2FD820. Grayscale: #6D6D6D. Windows color (decimal): -3135521 or 14624720. OLE color: 14624720.

HSL color Cylindrical-coordinate representation of color #D027DF: hue angle of 295.11º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D027DF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 39 223 -
CMYK 0.07 0.83 0 0.13
HSL 295.11º 0.74% 0.51% -
HSV(B) 295.11º 0.83% 0.87% -
XYZ 40.06 20.19 71.6 -
YUV 110.51 191.49 197.54 -
System Red Green Blue C M Y K H S L
Decimal 208 39 223 0.07 0.83 0 0.13 295.11 0.74 0.51
Hex D0 27 DF 7 53 0 D 127 4A 33
Octal 320 47 337 7 123 0 15 447 112 63
Binary 11010000 100111 11011111 111 1010011 0 1101 100100111 1001010 110011

Color Harmonies of #D027DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027DF

Black with #D027DF

Text Example


Text Example

White with #D027DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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