Html Css Color HEX #DA00CF Deep Magenta

📋 copy color: '#DA00CF'

red 218 ◦ green 0 ◦ blue 207

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

Shades of Deep Magenta #DA00CF

Tints of Deep Magenta #DA00CF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.29%
G = 0%
B = 48.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA00CF (or 0xDA00CF) is known color: Deep Magenta. HEX triplet: DA, 00 and CF. RGB value is (218,0,207). Sum of RGB (Red+Green+Blue) = 218+0+207=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00CF is #25FF30. Grayscale: #585858. Windows color (decimal): -2490161 or 13566170. OLE color: 13566170.

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

Color convert

RGB 218 0 207 -
CMYK 0 1 0.05 0.15
HSL 303.03º 1% 0.43% -
HSV(B) 303.03º 1% 0.85% -
XYZ 40.18 19.41 60.66 -
YUV 88.78 194.72 220.17 -
System Red Green Blue C M Y K H S L
Decimal 218 0 207 0 1 0.05 0.15 303.03 1 0.43
Hex DA 0 CF 0 64 5 F 12F 64 2B
Octal 332 0 317 0 144 5 17 457 144 53
Binary 11011010 0 11001111 0 1100100 101 1111 100101111 1100100 101011

Color Harmonies of #DA00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA00CF

Black with #DA00CF

Text Example


Text Example

White with #DA00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA00CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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