Html Css Color HEX #D305CF Deep Magenta

📋 copy color: '#D305CF'

red 211 ◦ green 5 ◦ blue 207

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

Shades of Deep Magenta #D305CF

Tints of Deep Magenta #D305CF

RGB

 RED value IS 211 (82.81% from 255) = 49.88%

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

 BLUE value IS 207 (81.25% from 255) = 48.94%

R = 49.88%
G = 1.18%
B = 48.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D305CF (or 0xD305CF) is known color: Deep Magenta. HEX triplet: D3, 05 and CF. RGB value is (211,5,207). Sum of RGB (Red+Green+Blue) = 211+5+207=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D305CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D305CF is #2CFA30. Grayscale: #595959. Windows color (decimal): -2947633 or 13567443. OLE color: 13567443.

HSL color Cylindrical-coordinate representation of color #D305CF: hue angle of 301.17º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D305CF is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 5 207 -
CMYK 0 0.98 0.02 0.17
HSL 301.17º 0.95% 0.42% -
HSV(B) 301.17º 0.98% 0.83% -
XYZ 38.18 18.46 60.58 -
YUV 89.62 194.25 214.57 -
System Red Green Blue C M Y K H S L
Decimal 211 5 207 0 0.98 0.02 0.17 301.17 0.95 0.42
Hex D3 5 CF 0 62 2 11 12D 5F 2A
Octal 323 5 317 0 142 2 21 455 137 52
Binary 11010011 101 11001111 0 1100010 10 10001 100101101 1011111 101010

Color Harmonies of #D305CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D305CF

Black with #D305CF

Text Example


Text Example

White with #D305CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D305CF; }

 p { color: rgb(211,5,207); }

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

background-color css

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

 a { background-color: rgb(211,5,207); }

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

border-color css

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

 span { border-color: rgb(211,5,207); }

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