Html Css Color HEX #D741DB Free Speech Magenta

📋 copy color: '#D741DB'

red 215 ◦ green 65 ◦ blue 219

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

Shades of Free Speech Magenta #D741DB

Tints of Free Speech Magenta #D741DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.03%

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

R = 43.09%
G = 13.03%
B = 43.89%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D741DB (or 0xD741DB) is known color: Free Speech Magenta. HEX triplet: D7, 41 and DB. RGB value is (215,65,219). Sum of RGB (Red+Green+Blue) = 215+65+219=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #D741DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D741DB is #28BE24. Grayscale: #7E7E7E. Windows color (decimal): -2670117 or 14369239. OLE color: 14369239.

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

Color convert

RGB 215 65 219 -
CMYK 0.02 0.70 0 0.14
HSL 298.44º 0.68% 0.56% -
HSV(B) 298.44º 0.7% 0.86% -
XYZ 42.7 23.34 69.27 -
YUV 127.41 179.7 190.48 -
System Red Green Blue C M Y K H S L
Decimal 215 65 219 0.02 0.70 0 0.14 298.44 0.68 0.56
Hex D7 41 DB 2 46 0 E 12A 44 38
Octal 327 101 333 2 106 0 16 452 104 70
Binary 11010111 1000001 11011011 10 1000110 0 1110 100101010 1000100 111000

Color Harmonies of #D741DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D741DB

Black with #D741DB

Text Example


Text Example

White with #D741DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D741DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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