Html Css Color HEX #DA19CF Deep Magenta

📋 copy color: '#DA19CF'

red 218 ◦ green 25 ◦ blue 207

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

Shades of Deep Magenta #DA19CF

Tints of Deep Magenta #DA19CF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.56%

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

R = 48.44%
G = 5.56%
B = 46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA19CF (or 0xDA19CF) is known color: Deep Magenta. HEX triplet: DA, 19 and CF. RGB value is (218,25,207). Sum of RGB (Red+Green+Blue) = 218+25+207=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA19CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA19CF is #25E630. Grayscale: #666666. Windows color (decimal): -2483761 or 13572570. OLE color: 13572570.

HSL color Cylindrical-coordinate representation of color #DA19CF: hue angle of 303.42º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA19CF is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 25 207 -
CMYK 0 0.89 0.05 0.15
HSL 303.42º 0.79% 0.48% -
HSV(B) 303.42º 0.89% 0.85% -
XYZ 40.52 20.11 60.78 -
YUV 103.46 186.44 209.7 -
System Red Green Blue C M Y K H S L
Decimal 218 25 207 0 0.89 0.05 0.15 303.42 0.79 0.48
Hex DA 19 CF 0 59 5 F 12F 4F 30
Octal 332 31 317 0 131 5 17 457 117 60
Binary 11011010 11001 11001111 0 1011001 101 1111 100101111 1001111 110000

Color Harmonies of #DA19CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA19CF

Black with #DA19CF

Text Example


Text Example

White with #DA19CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA19CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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