Html Css Color HEX #DA5DB4 Fuchsia

📋 copy color: '#DA5DB4'

red 218 ◦ green 93 ◦ blue 180

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

Shades of Fuchsia #DA5DB4

Tints of Fuchsia #DA5DB4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.94%

 BLUE value IS 180 (70.7% from 255) = 36.66%

R = 44.4%
G = 18.94%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA5DB4 (or 0xDA5DB4) is known color: Fuchsia. HEX triplet: DA, 5D and B4. RGB value is (218,93,180). Sum of RGB (Red+Green+Blue) = 218+93+180=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5DB4 is #25A24B. Grayscale: #8C8C8C. Windows color (decimal): -2466380 or 11820506. OLE color: 11820506.

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

Color convert

RGB 218 93 180 -
CMYK 0 0.57 0.17 0.15
HSL 318.24º 0.63% 0.61% -
HSV(B) 318.24º 0.57% 0.85% -
XYZ 41.07 26.03 46.04 -
YUV 140.29 150.41 183.43 -
System Red Green Blue C M Y K H S L
Decimal 218 93 180 0 0.57 0.17 0.15 318.24 0.63 0.61
Hex DA 5D B4 0 39 11 F 13E 3F 3D
Octal 332 135 264 0 71 21 17 476 77 75
Binary 11011010 1011101 10110100 0 111001 10001 1111 100111110 111111 111101

Color Harmonies of #DA5DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5DB4

Black with #DA5DB4

Text Example


Text Example

White with #DA5DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5DB4; }

 p { color: rgb(218,93,180); }

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

background-color css

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

 a { background-color: rgb(218,93,180); }

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

border-color css

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

 span { border-color: rgb(218,93,180); }

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