Html Css Color HEX #D705B4 Deep Magenta

📋 copy color: '#D705B4'

red 215 ◦ green 5 ◦ blue 180

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

Shades of Deep Magenta #D705B4

Tints of Deep Magenta #D705B4

RGB

 RED value IS 215 (84.38% from 255) = 53.75%

 GREEN value IS 5 (2.34% from 255) = 1.25%

 BLUE value IS 180 (70.7% from 255) = 45%

R = 53.75%
G = 1.25%
B = 45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D705B4 (or 0xD705B4) is known color: Deep Magenta. HEX triplet: D7, 05 and B4. RGB value is (215,5,180). Sum of RGB (Red+Green+Blue) = 215+5+180=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D705B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D705B4 is #28FA4B. Grayscale: #575757. Windows color (decimal): -2685516 or 11797975. OLE color: 11797975.

HSL color Cylindrical-coordinate representation of color #D705B4: hue angle of 310º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D705B4 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 5 180 -
CMYK 0 0.98 0.16 0.16
HSL 310º 0.95% 0.43% -
HSV(B) 310º 0.98% 0.84% -
XYZ 36.32 17.85 44.71 -
YUV 87.74 180.07 218.77 -
System Red Green Blue C M Y K H S L
Decimal 215 5 180 0 0.98 0.16 0.16 310 0.95 0.43
Hex D7 5 B4 0 62 10 10 136 5F 2B
Octal 327 5 264 0 142 20 20 466 137 53
Binary 11010111 101 10110100 0 1100010 10000 10000 100110110 1011111 101011

Color Harmonies of #D705B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D705B4

Black with #D705B4

Text Example


Text Example

White with #D705B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D705B4; }

 p { color: rgb(215,5,180); }

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

background-color css

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

 a { background-color: rgb(215,5,180); }

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

border-color css

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

 span { border-color: rgb(215,5,180); }

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