Html Css Color HEX #D946DB Free Speech Magenta

📋 copy color: '#D946DB'

red 217 ◦ green 70 ◦ blue 219

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

Shades of Free Speech Magenta #D946DB

Tints of Free Speech Magenta #D946DB

RGB

 RED value IS 217 (85.16% from 255) = 42.89%

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

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

R = 42.89%
G = 13.83%
B = 43.28%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D946DB (or 0xD946DB) is known color: Free Speech Magenta. HEX triplet: D9, 46 and DB. RGB value is (217,70,219). Sum of RGB (Red+Green+Blue) = 217+70+219=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #D946DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946DB is #26B924. Grayscale: #828282. Windows color (decimal): -2537765 or 14370521. OLE color: 14370521.

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

Color convert

RGB 217 70 219 -
CMYK 0.01 0.68 0 0.14
HSL 299.19º 0.67% 0.57% -
HSV(B) 299.19º 0.68% 0.86% -
XYZ 43.59 24.25 69.4 -
YUV 130.94 177.7 189.38 -
System Red Green Blue C M Y K H S L
Decimal 217 70 219 0.01 0.68 0 0.14 299.19 0.67 0.57
Hex D9 46 DB 1 44 0 E 12B 43 39
Octal 331 106 333 1 104 0 16 453 103 71
Binary 11011001 1000110 11011011 1 1000100 0 1110 100101011 1000011 111001

Color Harmonies of #D946DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D946DB

Black with #D946DB

Text Example


Text Example

White with #D946DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D946DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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