Html Css Color HEX #DA4BBC Fuchsia

📋 copy color: '#DA4BBC'

red 218 ◦ green 75 ◦ blue 188

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

Shades of Fuchsia #DA4BBC

Tints of Fuchsia #DA4BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.59%

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

R = 45.32%
G = 15.59%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA4BBC (or 0xDA4BBC) is known color: Fuchsia. HEX triplet: DA, 4B and BC. RGB value is (218,75,188). Sum of RGB (Red+Green+Blue) = 218+75+188=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4BBC is #25B443. Grayscale: #828282. Windows color (decimal): -2470980 or 12340186. OLE color: 12340186.

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

Color convert

RGB 218 75 188 -
CMYK 0 0.66 0.14 0.15
HSL 312.59º 0.66% 0.57% -
HSV(B) 312.59º 0.66% 0.85% -
XYZ 40.51 23.57 49.99 -
YUV 130.64 160.38 190.31 -
System Red Green Blue C M Y K H S L
Decimal 218 75 188 0 0.66 0.14 0.15 312.59 0.66 0.57
Hex DA 4B BC 0 42 E F 139 42 39
Octal 332 113 274 0 102 16 17 471 102 71
Binary 11011010 1001011 10111100 0 1000010 1110 1111 100111001 1000010 111001

Color Harmonies of #DA4BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4BBC

Black with #DA4BBC

Text Example


Text Example

White with #DA4BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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