Html Css Color HEX #D74BC9 Free Speech Magenta

📋 copy color: '#D74BC9'

red 215 ◦ green 75 ◦ blue 201

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

Shades of Free Speech Magenta #D74BC9

Tints of Free Speech Magenta #D74BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.94%

R = 43.79%
G = 15.27%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D74BC9 (or 0xD74BC9) is known color: Free Speech Magenta. HEX triplet: D7, 4B and C9. RGB value is (215,75,201). Sum of RGB (Red+Green+Blue) = 215+75+201=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 75 (29.69% from 255 or 15.27% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74BC9 is #28B436. Grayscale: #828282. Windows color (decimal): -2667575 or 13192151. OLE color: 13192151.

HSL color Cylindrical-coordinate representation of color #D74BC9: hue angle of 306º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74BC9 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 75 201 -
CMYK 0 0.65 0.07 0.16
HSL 306º 0.64% 0.57% -
HSV(B) 306º 0.65% 0.84% -
XYZ 41.08 23.7 57.67 -
YUV 131.22 167.38 187.75 -
System Red Green Blue C M Y K H S L
Decimal 215 75 201 0 0.65 0.07 0.16 306 0.64 0.57
Hex D7 4B C9 0 41 7 10 132 40 39
Octal 327 113 311 0 101 7 20 462 100 71
Binary 11010111 1001011 11001001 0 1000001 111 10000 100110010 1000000 111001

Color Harmonies of #D74BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BC9

Black with #D74BC9

Text Example


Text Example

White with #D74BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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