Html Css Color HEX #DD18CF Deep Magenta

📋 copy color: '#DD18CF'

red 221 ◦ green 24 ◦ blue 207

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

Shades of Deep Magenta #DD18CF

Tints of Deep Magenta #DD18CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.31%

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

R = 48.89%
G = 5.31%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD18CF (or 0xDD18CF) is known color: Deep Magenta. HEX triplet: DD, 18 and CF. RGB value is (221,24,207). Sum of RGB (Red+Green+Blue) = 221+24+207=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD18CF is #22E730. Grayscale: #676767. Windows color (decimal): -2287409 or 13572317. OLE color: 13572317.

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

Color convert

RGB 221 24 207 -
CMYK 0 0.89 0.06 0.13
HSL 304.26º 0.8% 0.48% -
HSV(B) 304.26º 0.89% 0.87% -
XYZ 41.41 20.53 60.81 -
YUV 103.77 186.27 211.62 -
System Red Green Blue C M Y K H S L
Decimal 221 24 207 0 0.89 0.06 0.13 304.26 0.8 0.48
Hex DD 18 CF 0 59 6 D 130 50 30
Octal 335 30 317 0 131 6 15 460 120 60
Binary 11011101 11000 11001111 0 1011001 110 1101 100110000 1010000 110000

Color Harmonies of #DD18CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD18CF

Black with #DD18CF

Text Example


Text Example

White with #DD18CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD18CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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