Html Css Color HEX #D74ADB Free Speech Magenta

📋 copy color: '#D74ADB'

red 215 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Magenta #D74ADB

Tints of Free Speech Magenta #D74ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.57%

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

R = 42.32%
G = 14.57%
B = 43.11%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D74ADB (or 0xD74ADB) is known color: Free Speech Magenta. HEX triplet: D7, 4A and DB. RGB value is (215,74,219). Sum of RGB (Red+Green+Blue) = 215+74+219=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #D74ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74ADB is #28B524. Grayscale: #848484. Windows color (decimal): -2667813 or 14371543. OLE color: 14371543.

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

Color convert

RGB 215 74 219 -
CMYK 0.02 0.66 0 0.14
HSL 298.34º 0.67% 0.57% -
HSV(B) 298.34º 0.66% 0.86% -
XYZ 43.26 24.46 69.46 -
YUV 132.69 176.71 186.71 -
System Red Green Blue C M Y K H S L
Decimal 215 74 219 0.02 0.66 0 0.14 298.34 0.67 0.57
Hex D7 4A DB 2 42 0 E 12A 43 39
Octal 327 112 333 2 102 0 16 452 103 71
Binary 11010111 1001010 11011011 10 1000010 0 1110 100101010 1000011 111001

Color Harmonies of #D74ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74ADB

Black with #D74ADB

Text Example


Text Example

White with #D74ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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