Html Css Color HEX #D74BDB Free Speech Magenta

📋 copy color: '#D74BDB'

red 215 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Magenta #D74BDB

Tints of Free Speech Magenta #D74BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.73%

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

R = 42.24%
G = 14.73%
B = 43.03%

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

#D74BDB (or 0xD74BDB) is known color: Free Speech Magenta. HEX triplet: D7, 4B and DB. RGB value is (215,75,219). Sum of RGB (Red+Green+Blue) = 215+75+219=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #D74BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74BDB is #28B424. Grayscale: #848484. Windows color (decimal): -2667557 or 14371799. OLE color: 14371799.

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

Color convert

RGB 215 75 219 -
CMYK 0.02 0.66 0 0.14
HSL 298.33º 0.67% 0.58% -
HSV(B) 298.33º 0.66% 0.86% -
XYZ 43.33 24.59 69.48 -
YUV 133.28 176.38 186.29 -
System Red Green Blue C M Y K H S L
Decimal 215 75 219 0.02 0.66 0 0.14 298.33 0.67 0.58
Hex D7 4B DB 2 42 0 E 12A 43 3A
Octal 327 113 333 2 102 0 16 452 103 72
Binary 11010111 1001011 11011011 10 1000010 0 1110 100101010 1000011 111010

Color Harmonies of #D74BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BDB

Black with #D74BDB

Text Example


Text Example

White with #D74BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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