Html Css Color HEX #DA25CC Deep Magenta

📋 copy color: '#DA25CC'

red 218 ◦ green 37 ◦ blue 204

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

Shades of Deep Magenta #DA25CC

Tints of Deep Magenta #DA25CC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.06%

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

R = 47.49%
G = 8.06%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA25CC (or 0xDA25CC) is known color: Deep Magenta. HEX triplet: DA, 25 and CC. RGB value is (218,37,204). Sum of RGB (Red+Green+Blue) = 218+37+204=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25CC is #25DA33. Grayscale: #6D6D6D. Windows color (decimal): -2480692 or 13379034. OLE color: 13379034.

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

Color convert

RGB 218 37 204 -
CMYK 0 0.83 0.06 0.15
HSL 304.64º 0.71% 0.5% -
HSV(B) 304.64º 0.83% 0.85% -
XYZ 40.47 20.59 58.97 -
YUV 110.16 180.97 204.92 -
System Red Green Blue C M Y K H S L
Decimal 218 37 204 0 0.83 0.06 0.15 304.64 0.71 0.5
Hex DA 25 CC 0 53 6 F 131 47 32
Octal 332 45 314 0 123 6 17 461 107 62
Binary 11011010 100101 11001100 0 1010011 110 1111 100110001 1000111 110010

Color Harmonies of #DA25CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA25CC

Black with #DA25CC

Text Example


Text Example

White with #DA25CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA25CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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