Html Css Color HEX #CD1DDD Deep Magenta

📋 copy color: '#CD1DDD'

red 205 ◦ green 29 ◦ blue 221

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

Shades of Deep Magenta #CD1DDD

Tints of Deep Magenta #CD1DDD

RGB

 RED value IS 205 (80.47% from 255) = 45.05%

 GREEN value IS 29 (11.72% from 255) = 6.37%

 BLUE value IS 221 (86.72% from 255) = 48.57%

R = 45.05%
G = 6.37%
B = 48.57%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD1DDD (or 0xCD1DDD) is known color: Deep Magenta. HEX triplet: CD, 1D and DD. RGB value is (205,29,221). Sum of RGB (Red+Green+Blue) = 205+29+221=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD1DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1DDD is #32E222. Grayscale: #666666. Windows color (decimal): -3334691 or 14491085. OLE color: 14491085.

HSL color Cylindrical-coordinate representation of color #CD1DDD: hue angle of 295º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1DDD is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 29 221 -
CMYK 0.07 0.87 0 0.13
HSL 295º 0.77% 0.49% -
HSV(B) 295º 0.87% 0.87% -
XYZ 38.67 19.08 70.05 -
YUV 103.51 194.31 200.39 -
System Red Green Blue C M Y K H S L
Decimal 205 29 221 0.07 0.87 0 0.13 295 0.77 0.49
Hex CD 1D DD 7 57 0 D 127 4D 31
Octal 315 35 335 7 127 0 15 447 115 61
Binary 11001101 11101 11011101 111 1010111 0 1101 100100111 1001101 110001

Color Harmonies of #CD1DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1DDD

Black with #CD1DDD

Text Example


Text Example

White with #CD1DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1DDD; }

 p { color: rgb(205,29,221); }

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

background-color css

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

 a { background-color: rgb(205,29,221); }

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

border-color css

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

 span { border-color: rgb(205,29,221); }

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