Html Css Color HEX #DA48BA Fuchsia

📋 copy color: '#DA48BA'

red 218 ◦ green 72 ◦ blue 186

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

Shades of Fuchsia #DA48BA

Tints of Fuchsia #DA48BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 45.8%
G = 15.13%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA48BA (or 0xDA48BA) is known color: Fuchsia. HEX triplet: DA, 48 and BA. RGB value is (218,72,186). Sum of RGB (Red+Green+Blue) = 218+72+186=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA48BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA48BA is #25B745. Grayscale: #808080. Windows color (decimal): -2471750 or 12208346. OLE color: 12208346.

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

Color convert

RGB 218 72 186 -
CMYK 0 0.67 0.15 0.15
HSL 313.15º 0.66% 0.57% -
HSV(B) 313.15º 0.67% 0.85% -
XYZ 40.09 23.09 48.8 -
YUV 128.65 160.37 191.73 -
System Red Green Blue C M Y K H S L
Decimal 218 72 186 0 0.67 0.15 0.15 313.15 0.66 0.57
Hex DA 48 BA 0 43 F F 139 42 39
Octal 332 110 272 0 103 17 17 471 102 71
Binary 11011010 1001000 10111010 0 1000011 1111 1111 100111001 1000010 111001

Color Harmonies of #DA48BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA48BA

Black with #DA48BA

Text Example


Text Example

White with #DA48BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA48BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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