Html Css Color HEX #D646DB Free Speech Magenta

📋 copy color: '#D646DB'

red 214 ◦ green 70 ◦ blue 219

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

Shades of Free Speech Magenta #D646DB

Tints of Free Speech Magenta #D646DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.92%

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

R = 42.54%
G = 13.92%
B = 43.54%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D646DB (or 0xD646DB) is known color: Free Speech Magenta. HEX triplet: D6, 46 and DB. RGB value is (214,70,219). Sum of RGB (Red+Green+Blue) = 214+70+219=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 70 (27.73% from 255 or 13.92% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #D646DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D646DB is #29B924. Grayscale: #818181. Windows color (decimal): -2734373 or 14370518. OLE color: 14370518.

HSL color Cylindrical-coordinate representation of color #D646DB: hue angle of 297.99º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D646DB is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 70 219 -
CMYK 0.02 0.68 0 0.14
HSL 297.99º 0.67% 0.57% -
HSV(B) 297.99º 0.68% 0.86% -
XYZ 42.71 23.79 69.36 -
YUV 130.04 178.21 187.88 -
System Red Green Blue C M Y K H S L
Decimal 214 70 219 0.02 0.68 0 0.14 297.99 0.67 0.57
Hex D6 46 DB 2 44 0 E 12A 43 39
Octal 326 106 333 2 104 0 16 452 103 71
Binary 11010110 1000110 11011011 10 1000100 0 1110 100101010 1000011 111001

Color Harmonies of #D646DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D646DB

Black with #D646DB

Text Example


Text Example

White with #D646DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D646DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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