Html Css Color HEX #DA25CB Deep Magenta

📋 copy color: '#DA25CB'

red 218 ◦ green 37 ◦ blue 203

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

Shades of Deep Magenta #DA25CB

Tints of Deep Magenta #DA25CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.32%

R = 47.6%
G = 8.08%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA25CB (or 0xDA25CB) is known color: Deep Magenta. HEX triplet: DA, 25 and CB. RGB value is (218,37,203). Sum of RGB (Red+Green+Blue) = 218+37+203=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25CB is #25DA34. Grayscale: #6D6D6D. Windows color (decimal): -2480693 or 13313498. OLE color: 13313498.

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

Color convert

RGB 218 37 203 -
CMYK 0 0.83 0.07 0.15
HSL 304.97º 0.71% 0.5% -
HSV(B) 304.97º 0.83% 0.85% -
XYZ 40.35 20.54 58.34 -
YUV 110.04 180.47 205 -
System Red Green Blue C M Y K H S L
Decimal 218 37 203 0 0.83 0.07 0.15 304.97 0.71 0.5
Hex DA 25 CB 0 53 7 F 131 47 32
Octal 332 45 313 0 123 7 17 461 107 62
Binary 11011010 100101 11001011 0 1010011 111 1111 100110001 1000111 110010

Color Harmonies of #DA25CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA25CB

Black with #DA25CB

Text Example


Text Example

White with #DA25CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA25CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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