Html Css Color HEX #DA25C6 Deep Magenta

📋 copy color: '#DA25C6'

red 218 ◦ green 37 ◦ blue 198

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

Shades of Deep Magenta #DA25C6

Tints of Deep Magenta #DA25C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.71%

R = 48.12%
G = 8.17%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA25C6 (or 0xDA25C6) is known color: Deep Magenta. HEX triplet: DA, 25 and C6. RGB value is (218,37,198). Sum of RGB (Red+Green+Blue) = 218+37+198=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25C6 is #25DA39. Grayscale: #6D6D6D. Windows color (decimal): -2480698 or 12985818. OLE color: 12985818.

HSL color Cylindrical-coordinate representation of color #DA25C6: hue angle of 306.63º 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 #DA25C6 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 37 198 -
CMYK 0 0.83 0.09 0.15
HSL 306.63º 0.71% 0.5% -
HSV(B) 306.63º 0.83% 0.85% -
XYZ 39.77 20.31 55.25 -
YUV 109.47 177.97 205.41 -
System Red Green Blue C M Y K H S L
Decimal 218 37 198 0 0.83 0.09 0.15 306.63 0.71 0.5
Hex DA 25 C6 0 53 9 F 133 47 32
Octal 332 45 306 0 123 11 17 463 107 62
Binary 11011010 100101 11000110 0 1010011 1001 1111 100110011 1000111 110010

Color Harmonies of #DA25C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA25C6

Black with #DA25C6

Text Example


Text Example

White with #DA25C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA25C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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