Html Css Color HEX #DA4DBB Fuchsia

📋 copy color: '#DA4DBB'

red 218 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #DA4DBB

Tints of Fuchsia #DA4DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.98%

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 45.23%
G = 15.98%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA4DBB (or 0xDA4DBB) is known color: Fuchsia. HEX triplet: DA, 4D and BB. RGB value is (218,77,187). Sum of RGB (Red+Green+Blue) = 218+77+187=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4DBB is #25B244. Grayscale: #838383. Windows color (decimal): -2470469 or 12275162. OLE color: 12275162.

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

Color convert

RGB 218 77 187 -
CMYK 0 0.65 0.14 0.15
HSL 313.19º 0.66% 0.58% -
HSV(B) 313.19º 0.65% 0.85% -
XYZ 40.54 23.8 49.47 -
YUV 131.7 159.21 189.56 -
System Red Green Blue C M Y K H S L
Decimal 218 77 187 0 0.65 0.14 0.15 313.19 0.66 0.58
Hex DA 4D BB 0 41 E F 139 42 3A
Octal 332 115 273 0 101 16 17 471 102 72
Binary 11011010 1001101 10111011 0 1000001 1110 1111 100111001 1000010 111010

Color Harmonies of #DA4DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4DBB

Black with #DA4DBB

Text Example


Text Example

White with #DA4DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4DBB; }

 p { color: rgb(218,77,187); }

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

background-color css

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

 a { background-color: rgb(218,77,187); }

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

border-color css

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

 span { border-color: rgb(218,77,187); }

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