Html Css Color HEX #D74FDB Free Speech Magenta

📋 copy color: '#D74FDB'

red 215 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Magenta #D74FDB

Tints of Free Speech Magenta #D74FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.4%

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

R = 41.91%
G = 15.4%
B = 42.69%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D74FDB (or 0xD74FDB) is known color: Free Speech Magenta. HEX triplet: D7, 4F and DB. RGB value is (215,79,219). Sum of RGB (Red+Green+Blue) = 215+79+219=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #D74FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FDB is #28B024. Grayscale: #878787. Windows color (decimal): -2666533 or 14372823. OLE color: 14372823.

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

Color convert

RGB 215 79 219 -
CMYK 0.02 0.64 0 0.14
HSL 298.29º 0.66% 0.58% -
HSV(B) 298.29º 0.64% 0.86% -
XYZ 43.61 25.15 69.57 -
YUV 135.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 215 79 219 0.02 0.64 0 0.14 298.29 0.66 0.58
Hex D7 4F DB 2 40 0 E 12A 42 3A
Octal 327 117 333 2 100 0 16 452 102 72
Binary 11010111 1001111 11011011 10 1000000 0 1110 100101010 1000010 111010

Color Harmonies of #D74FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74FDB

Black with #D74FDB

Text Example


Text Example

White with #D74FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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