Html Css Color HEX #D659DB Free Speech Magenta

📋 copy color: '#D659DB'

red 214 ◦ green 89 ◦ blue 219

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

Shades of Free Speech Magenta #D659DB

Tints of Free Speech Magenta #D659DB

RGB

 RED value IS 214 (83.98% from 255) = 41%

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

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

R = 41%
G = 17.05%
B = 41.95%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D659DB (or 0xD659DB) is known color: Free Speech Magenta. HEX triplet: D6, 59 and DB. RGB value is (214,89,219). Sum of RGB (Red+Green+Blue) = 214+89+219=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #D659DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659DB is #29A624. Grayscale: #8C8C8C. Windows color (decimal): -2729509 or 14375382. OLE color: 14375382.

HSL color Cylindrical-coordinate representation of color #D659DB: hue angle of 297.69º 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 #D659DB is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 89 219 -
CMYK 0.02 0.59 0 0.14
HSL 297.69º 0.64% 0.6% -
HSV(B) 297.69º 0.59% 0.86% -
XYZ 44.09 26.56 69.82 -
YUV 141.2 171.91 179.93 -
System Red Green Blue C M Y K H S L
Decimal 214 89 219 0.02 0.59 0 0.14 297.69 0.64 0.6
Hex D6 59 DB 2 3B 0 E 12A 40 3C
Octal 326 131 333 2 73 0 16 452 100 74
Binary 11010110 1011001 11011011 10 111011 0 1110 100101010 1000000 111100

Color Harmonies of #D659DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D659DB

Black with #D659DB

Text Example


Text Example

White with #D659DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D659DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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