Html Css Color HEX #D30CCF Deep Magenta

📋 copy color: '#D30CCF'

red 211 ◦ green 12 ◦ blue 207

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

Shades of Deep Magenta #D30CCF

Tints of Deep Magenta #D30CCF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.79%

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

R = 49.07%
G = 2.79%
B = 48.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D30CCF (or 0xD30CCF) is known color: Deep Magenta. HEX triplet: D3, 0C and CF. RGB value is (211,12,207). Sum of RGB (Red+Green+Blue) = 211+12+207=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D30CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30CCF is #2CF330. Grayscale: #5D5D5D. Windows color (decimal): -2945841 or 13569235. OLE color: 13569235.

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

Color convert

RGB 211 12 207 -
CMYK 0 0.94 0.02 0.17
HSL 301.21º 0.89% 0.44% -
HSV(B) 301.21º 0.94% 0.83% -
XYZ 38.26 18.62 60.61 -
YUV 93.73 191.93 211.64 -
System Red Green Blue C M Y K H S L
Decimal 211 12 207 0 0.94 0.02 0.17 301.21 0.89 0.44
Hex D3 C CF 0 5E 2 11 12D 59 2C
Octal 323 14 317 0 136 2 21 455 131 54
Binary 11010011 1100 11001111 0 1011110 10 10001 100101101 1011001 101100

Color Harmonies of #D30CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30CCF

Black with #D30CCF

Text Example


Text Example

White with #D30CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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