Html Css Color HEX #D027C9 Deep Magenta

📋 copy color: '#D027C9'

red 208 ◦ green 39 ◦ blue 201

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

Shades of Deep Magenta #D027C9

Tints of Deep Magenta #D027C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.87%

R = 46.43%
G = 8.71%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D027C9 (or 0xD027C9) is known color: Deep Magenta. HEX triplet: D0, 27 and C9. RGB value is (208,39,201). Sum of RGB (Red+Green+Blue) = 208+39+201=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D027C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D027C9 is #2FD836. Grayscale: #6B6B6B. Windows color (decimal): -3135543 or 13182928. OLE color: 13182928.

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

Color convert

RGB 208 39 201 -
CMYK 0 0.81 0.03 0.18
HSL 302.49º 0.68% 0.48% -
HSV(B) 302.49º 0.81% 0.82% -
XYZ 37.28 19.08 56.98 -
YUV 108 180.49 199.33 -
System Red Green Blue C M Y K H S L
Decimal 208 39 201 0 0.81 0.03 0.18 302.49 0.68 0.48
Hex D0 27 C9 0 51 3 12 12E 44 30
Octal 320 47 311 0 121 3 22 456 104 60
Binary 11010000 100111 11001001 0 1010001 11 10010 100101110 1000100 110000

Color Harmonies of #D027C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027C9

Black with #D027C9

Text Example


Text Example

White with #D027C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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