Html Css Color HEX #DA48C1 Fuchsia

📋 copy color: '#DA48C1'

red 218 ◦ green 72 ◦ blue 193

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

Shades of Fuchsia #DA48C1

Tints of Fuchsia #DA48C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.96%

R = 45.13%
G = 14.91%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA48C1 (or 0xDA48C1) is known color: Fuchsia. HEX triplet: DA, 48 and C1. RGB value is (218,72,193). Sum of RGB (Red+Green+Blue) = 218+72+193=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA48C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA48C1 is #25B73E. Grayscale: #818181. Windows color (decimal): -2471743 or 12667098. OLE color: 12667098.

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

Color convert

RGB 218 72 193 -
CMYK 0 0.67 0.11 0.15
HSL 310.27º 0.66% 0.57% -
HSV(B) 310.27º 0.67% 0.85% -
XYZ 40.86 23.39 52.81 -
YUV 129.45 163.87 191.16 -
System Red Green Blue C M Y K H S L
Decimal 218 72 193 0 0.67 0.11 0.15 310.27 0.66 0.57
Hex DA 48 C1 0 43 B F 136 42 39
Octal 332 110 301 0 103 13 17 466 102 71
Binary 11011010 1001000 11000001 0 1000011 1011 1111 100110110 1000010 111001

Color Harmonies of #DA48C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA48C1

Black with #DA48C1

Text Example


Text Example

White with #DA48C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA48C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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