Html Css Color HEX #D947DB Free Speech Magenta

📋 copy color: '#D947DB'

red 217 ◦ green 71 ◦ blue 219

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

Shades of Free Speech Magenta #D947DB

Tints of Free Speech Magenta #D947DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14%

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

R = 42.8%
G = 14%
B = 43.2%

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

#D947DB (or 0xD947DB) is known color: Free Speech Magenta. HEX triplet: D9, 47 and DB. RGB value is (217,71,219). Sum of RGB (Red+Green+Blue) = 217+71+219=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #D947DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D947DB is #26B824. Grayscale: #838383. Windows color (decimal): -2537509 or 14370777. OLE color: 14370777.

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

Color convert

RGB 217 71 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.65 24.37 69.42 -
YUV 131.53 177.37 188.97 -
System Red Green Blue C M Y K H S L
Decimal 217 71 219 0.01 0.68 0 0.14 299.19 0.67 0.57
Hex D9 47 DB 1 44 0 E 12B 43 39
Octal 331 107 333 1 104 0 16 453 103 71
Binary 11011001 1000111 11011011 1 1000100 0 1110 100101011 1000011 111001

Color Harmonies of #D947DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D947DB

Black with #D947DB

Text Example


Text Example

White with #D947DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D947DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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