Html Css Color HEX #DD0CCF Deep Magenta

📋 copy color: '#DD0CCF'

red 221 ◦ green 12 ◦ blue 207

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

Shades of Deep Magenta #DD0CCF

Tints of Deep Magenta #DD0CCF

RGB

 RED value IS 221 (86.72% from 255) = 50.23%

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

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

R = 50.23%
G = 2.73%
B = 47.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD0CCF (or 0xDD0CCF) is known color: Deep Magenta. HEX triplet: DD, 0C and CF. RGB value is (221,12,207). Sum of RGB (Red+Green+Blue) = 221+12+207=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CCF is #22F330. Grayscale: #606060. Windows color (decimal): -2290481 or 13569245. OLE color: 13569245.

HSL color Cylindrical-coordinate representation of color #DD0CCF: hue angle of 304.02º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0CCF is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 12 207 -
CMYK 0 0.95 0.06 0.13
HSL 304.02º 0.9% 0.46% -
HSV(B) 304.02º 0.95% 0.87% -
XYZ 41.21 20.14 60.75 -
YUV 96.72 190.24 216.64 -
System Red Green Blue C M Y K H S L
Decimal 221 12 207 0 0.95 0.06 0.13 304.02 0.9 0.46
Hex DD C CF 0 5F 6 D 130 5A 2E
Octal 335 14 317 0 137 6 15 460 132 56
Binary 11011101 1100 11001111 0 1011111 110 1101 100110000 1011010 101110

Color Harmonies of #DD0CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0CCF

Black with #DD0CCF

Text Example


Text Example

White with #DD0CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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