Html Css Color HEX #DA48BC Fuchsia

📋 copy color: '#DA48BC'

red 218 ◦ green 72 ◦ blue 188

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

Shades of Fuchsia #DA48BC

Tints of Fuchsia #DA48BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.33%

R = 45.61%
G = 15.06%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA48BC (or 0xDA48BC) is known color: Fuchsia. HEX triplet: DA, 48 and BC. RGB value is (218,72,188). Sum of RGB (Red+Green+Blue) = 218+72+188=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA48BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA48BC is #25B743. Grayscale: #808080. Windows color (decimal): -2471748 or 12339418. OLE color: 12339418.

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

Color convert

RGB 218 72 188 -
CMYK 0 0.67 0.14 0.15
HSL 312.33º 0.66% 0.57% -
HSV(B) 312.33º 0.67% 0.85% -
XYZ 40.31 23.17 49.92 -
YUV 128.88 161.37 191.57 -
System Red Green Blue C M Y K H S L
Decimal 218 72 188 0 0.67 0.14 0.15 312.33 0.66 0.57
Hex DA 48 BC 0 43 E F 138 42 39
Octal 332 110 274 0 103 16 17 470 102 71
Binary 11011010 1001000 10111100 0 1000011 1110 1111 100111000 1000010 111001

Color Harmonies of #DA48BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA48BC

Black with #DA48BC

Text Example


Text Example

White with #DA48BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA48BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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