Html Css Color HEX #DA3DBB Fuchsia

📋 copy color: '#DA3DBB'

red 218 ◦ green 61 ◦ blue 187

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

Shades of Fuchsia #DA3DBB

Tints of Fuchsia #DA3DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.09%

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

R = 46.78%
G = 13.09%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA3DBB (or 0xDA3DBB) is known color: Fuchsia. HEX triplet: DA, 3D and BB. RGB value is (218,61,187). Sum of RGB (Red+Green+Blue) = 218+61+187=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA3DBB is #25C244. Grayscale: #797979. Windows color (decimal): -2474565 or 12271066. OLE color: 12271066.

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

Color convert

RGB 218 61 187 -
CMYK 0 0.72 0.14 0.15
HSL 311.85º 0.68% 0.55% -
HSV(B) 311.85º 0.72% 0.85% -
XYZ 39.55 21.83 49.14 -
YUV 122.31 164.51 196.25 -
System Red Green Blue C M Y K H S L
Decimal 218 61 187 0 0.72 0.14 0.15 311.85 0.68 0.55
Hex DA 3D BB 0 48 E F 138 44 37
Octal 332 75 273 0 110 16 17 470 104 67
Binary 11011010 111101 10111011 0 1001000 1110 1111 100111000 1000100 110111

Color Harmonies of #DA3DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3DBB

Black with #DA3DBB

Text Example


Text Example

White with #DA3DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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