Html Css Color HEX #D259DB Free Speech Magenta

📋 copy color: '#D259DB'

red 210 ◦ green 89 ◦ blue 219

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

Shades of Free Speech Magenta #D259DB

Tints of Free Speech Magenta #D259DB

RGB

 RED value IS 210 (82.42% from 255) = 40.54%

 GREEN value IS 89 (35.16% from 255) = 17.18%

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 40.54%
G = 17.18%
B = 42.28%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D259DB (or 0xD259DB) is known color: Free Speech Magenta. HEX triplet: D2, 59 and DB. RGB value is (210,89,219). Sum of RGB (Red+Green+Blue) = 210+89+219=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #D259DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259DB is #2DA624. Grayscale: #8B8B8B. Windows color (decimal): -2991653 or 14375378. OLE color: 14375378.

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

Color convert

RGB 210 89 219 -
CMYK 0.04 0.59 0 0.14
HSL 295.85º 0.64% 0.6% -
HSV(B) 295.85º 0.59% 0.86% -
XYZ 42.94 25.96 69.77 -
YUV 140 172.59 177.93 -
System Red Green Blue C M Y K H S L
Decimal 210 89 219 0.04 0.59 0 0.14 295.85 0.64 0.6
Hex D2 59 DB 4 3B 0 E 128 40 3C
Octal 322 131 333 4 73 0 16 450 100 74
Binary 11010010 1011001 11011011 100 111011 0 1110 100101000 1000000 111100

Color Harmonies of #D259DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D259DB

Black with #D259DB

Text Example


Text Example

White with #D259DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D259DB; }

 p { color: rgb(210,89,219); }

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

background-color css

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

 a { background-color: rgb(210,89,219); }

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

border-color css

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

 span { border-color: rgb(210,89,219); }

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