Html Css Color HEX #D749DB Free Speech Magenta

📋 copy color: '#D749DB'

red 215 ◦ green 73 ◦ blue 219

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

Shades of Free Speech Magenta #D749DB

Tints of Free Speech Magenta #D749DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.4%

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

R = 42.41%
G = 14.4%
B = 43.2%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D749DB (or 0xD749DB) is known color: Free Speech Magenta. HEX triplet: D7, 49 and DB. RGB value is (215,73,219). Sum of RGB (Red+Green+Blue) = 215+73+219=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 73 (28.91% from 255 or 14.40% 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 #D749DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D749DB is #28B624. Grayscale: #838383. Windows color (decimal): -2668069 or 14371287. OLE color: 14371287.

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

Color convert

RGB 215 73 219 -
CMYK 0.02 0.67 0 0.14
HSL 298.36º 0.67% 0.57% -
HSV(B) 298.36º 0.67% 0.86% -
XYZ 43.19 24.33 69.44 -
YUV 132.1 177.04 187.13 -
System Red Green Blue C M Y K H S L
Decimal 215 73 219 0.02 0.67 0 0.14 298.36 0.67 0.57
Hex D7 49 DB 2 43 0 E 12A 43 39
Octal 327 111 333 2 103 0 16 452 103 71
Binary 11010111 1001001 11011011 10 1000011 0 1110 100101010 1000011 111001

Color Harmonies of #D749DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D749DB

Black with #D749DB

Text Example


Text Example

White with #D749DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D749DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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