Html Css Color HEX #DA48B2 Fuchsia

📋 copy color: '#DA48B2'

red 218 ◦ green 72 ◦ blue 178

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

Shades of Fuchsia #DA48B2

Tints of Fuchsia #DA48B2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.38%

 BLUE value IS 178 (69.92% from 255) = 38.03%

R = 46.58%
G = 15.38%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA48B2 (or 0xDA48B2) is known color: Fuchsia. HEX triplet: DA, 48 and B2. RGB value is (218,72,178). Sum of RGB (Red+Green+Blue) = 218+72+178=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA48B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA48B2 is #25B74D. Grayscale: #7F7F7F. Windows color (decimal): -2471758 or 11684058. OLE color: 11684058.

HSL color Cylindrical-coordinate representation of color #DA48B2: hue angle of 316.44º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA48B2 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 72 178 -
CMYK 0 0.67 0.18 0.15
HSL 316.44º 0.66% 0.57% -
HSV(B) 316.44º 0.67% 0.85% -
XYZ 39.27 22.75 44.44 -
YUV 127.74 156.37 192.38 -
System Red Green Blue C M Y K H S L
Decimal 218 72 178 0 0.67 0.18 0.15 316.44 0.66 0.57
Hex DA 48 B2 0 43 12 F 13C 42 39
Octal 332 110 262 0 103 22 17 474 102 71
Binary 11011010 1001000 10110010 0 1000011 10010 1111 100111100 1000010 111001

Color Harmonies of #DA48B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA48B2

Black with #DA48B2

Text Example


Text Example

White with #DA48B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA48B2; }

 p { color: rgb(218,72,178); }

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

background-color css

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

 a { background-color: rgb(218,72,178); }

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

border-color css

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

 span { border-color: rgb(218,72,178); }

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