Html Css Color HEX #D747DB Free Speech Magenta

📋 copy color: '#D747DB'

red 215 ◦ green 71 ◦ blue 219

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

Shades of Free Speech Magenta #D747DB

Tints of Free Speech Magenta #D747DB

RGB

 RED value IS 215 (84.38% from 255) = 42.57%

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

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

R = 42.57%
G = 14.06%
B = 43.37%

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

#D747DB (or 0xD747DB) is known color: Free Speech Magenta. HEX triplet: D7, 47 and DB. RGB value is (215,71,219). Sum of RGB (Red+Green+Blue) = 215+71+219=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 71 (28.12% from 255 or 14.06% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #D747DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D747DB is #28B824. Grayscale: #828282. Windows color (decimal): -2668581 or 14370775. OLE color: 14370775.

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

Color convert

RGB 215 71 219 -
CMYK 0.02 0.68 0 0.14
HSL 298.38º 0.67% 0.57% -
HSV(B) 298.38º 0.68% 0.86% -
XYZ 43.06 24.07 69.39 -
YUV 130.93 177.71 187.97 -
System Red Green Blue C M Y K H S L
Decimal 215 71 219 0.02 0.68 0 0.14 298.38 0.67 0.57
Hex D7 47 DB 2 44 0 E 12A 43 39
Octal 327 107 333 2 104 0 16 452 103 71
Binary 11010111 1000111 11011011 10 1000100 0 1110 100101010 1000011 111001

Color Harmonies of #D747DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D747DB

Black with #D747DB

Text Example


Text Example

White with #D747DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D747DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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