Html Css Color HEX #DA25CF Deep Magenta

📋 copy color: '#DA25CF'

red 218 ◦ green 37 ◦ blue 207

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

Shades of Deep Magenta #DA25CF

Tints of Deep Magenta #DA25CF

RGB

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

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

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

R = 47.19%
G = 8.01%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA25CF (or 0xDA25CF) is known color: Deep Magenta. HEX triplet: DA, 25 and CF. RGB value is (218,37,207). Sum of RGB (Red+Green+Blue) = 218+37+207=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25CF is #25DA30. Grayscale: #6D6D6D. Windows color (decimal): -2480689 or 13575642. OLE color: 13575642.

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

Color convert

RGB 218 37 207 -
CMYK 0 0.83 0.05 0.15
HSL 303.65º 0.71% 0.5% -
HSV(B) 303.65º 0.83% 0.85% -
XYZ 40.84 20.73 60.88 -
YUV 110.5 182.47 204.68 -
System Red Green Blue C M Y K H S L
Decimal 218 37 207 0 0.83 0.05 0.15 303.65 0.71 0.5
Hex DA 25 CF 0 53 5 F 130 47 32
Octal 332 45 317 0 123 5 17 460 107 62
Binary 11011010 100101 11001111 0 1010011 101 1111 100110000 1000111 110010

Color Harmonies of #DA25CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA25CF

Black with #DA25CF

Text Example


Text Example

White with #DA25CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA25CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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