Html Css Color HEX #D706CB Deep Magenta

📋 copy color: '#D706CB'

red 215 ◦ green 6 ◦ blue 203

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

Shades of Deep Magenta #D706CB

Tints of Deep Magenta #D706CB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.42%

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 50.71%
G = 1.42%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D706CB (or 0xD706CB) is known color: Deep Magenta. HEX triplet: D7, 06 and CB. RGB value is (215,6,203). Sum of RGB (Red+Green+Blue) = 215+6+203=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 6 (2.73% from 255 or 1.42% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D706CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D706CB is #28F934. Grayscale: #5A5A5A. Windows color (decimal): -2685237 or 13305559. OLE color: 13305559.

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

Color convert

RGB 215 6 203 -
CMYK 0 0.97 0.06 0.16
HSL 303.45º 0.95% 0.43% -
HSV(B) 303.45º 0.97% 0.84% -
XYZ 38.87 18.89 58.1 -
YUV 90.95 191.24 216.48 -
System Red Green Blue C M Y K H S L
Decimal 215 6 203 0 0.97 0.06 0.16 303.45 0.95 0.43
Hex D7 6 CB 0 61 6 10 12F 5F 2B
Octal 327 6 313 0 141 6 20 457 137 53
Binary 11010111 110 11001011 0 1100001 110 10000 100101111 1011111 101011

Color Harmonies of #D706CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D706CB

Black with #D706CB

Text Example


Text Example

White with #D706CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D706CB; }

 p { color: rgb(215,6,203); }

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

background-color css

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

 a { background-color: rgb(215,6,203); }

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

border-color css

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

 span { border-color: rgb(215,6,203); }

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