Html Css Color HEX #DA5ABB Free Speech Magenta

📋 copy color: '#DA5ABB'

red 218 ◦ green 90 ◦ blue 187

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

Shades of Free Speech Magenta #DA5ABB

Tints of Free Speech Magenta #DA5ABB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.18%

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

R = 44.04%
G = 18.18%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA5ABB (or 0xDA5ABB) is known color: Free Speech Magenta. HEX triplet: DA, 5A and BB. RGB value is (218,90,187). Sum of RGB (Red+Green+Blue) = 218+90+187=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5ABB is #25A544. Grayscale: #8B8B8B. Windows color (decimal): -2467141 or 12278490. OLE color: 12278490.

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

Color convert

RGB 218 90 187 -
CMYK 0 0.59 0.14 0.15
HSL 314.53º 0.63% 0.6% -
HSV(B) 314.53º 0.59% 0.85% -
XYZ 41.54 25.81 49.81 -
YUV 139.33 154.91 184.11 -
System Red Green Blue C M Y K H S L
Decimal 218 90 187 0 0.59 0.14 0.15 314.53 0.63 0.6
Hex DA 5A BB 0 3B E F 13B 3F 3C
Octal 332 132 273 0 73 16 17 473 77 74
Binary 11011010 1011010 10111011 0 111011 1110 1111 100111011 111111 111100

Color Harmonies of #DA5ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5ABB

Black with #DA5ABB

Text Example


Text Example

White with #DA5ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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