Html Css Color HEX #DA13CC Deep Magenta

📋 copy color: '#DA13CC'

red 218 ◦ green 19 ◦ blue 204

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

Shades of Deep Magenta #DA13CC

Tints of Deep Magenta #DA13CC

RGB

 RED value IS 218 (85.55% from 255) = 49.43%

 GREEN value IS 19 (7.81% from 255) = 4.31%

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 49.43%
G = 4.31%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA13CC (or 0xDA13CC) is known color: Deep Magenta. HEX triplet: DA, 13 and CC. RGB value is (218,19,204). Sum of RGB (Red+Green+Blue) = 218+19+204=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA13CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA13CC is #25EC33. Grayscale: #636363. Windows color (decimal): -2485300 or 13374426. OLE color: 13374426.

HSL color Cylindrical-coordinate representation of color #DA13CC: hue angle of 304.22º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA13CC is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 19 204 -
CMYK 0 0.91 0.06 0.15
HSL 304.22º 0.84% 0.46% -
HSV(B) 304.22º 0.91% 0.85% -
XYZ 40.05 19.73 58.82 -
YUV 99.59 186.93 212.46 -
System Red Green Blue C M Y K H S L
Decimal 218 19 204 0 0.91 0.06 0.15 304.22 0.84 0.46
Hex DA 13 CC 0 5B 6 F 130 54 2E
Octal 332 23 314 0 133 6 17 460 124 56
Binary 11011010 10011 11001100 0 1011011 110 1111 100110000 1010100 101110

Color Harmonies of #DA13CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA13CC

Black with #DA13CC

Text Example


Text Example

White with #DA13CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA13CC; }

 p { color: rgb(218,19,204); }

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

background-color css

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

 a { background-color: rgb(218,19,204); }

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

border-color css

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

 span { border-color: rgb(218,19,204); }

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