Html Css Color HEX #D74DCB Free Speech Magenta

📋 copy color: '#D74DCB'

red 215 ◦ green 77 ◦ blue 203

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

Shades of Free Speech Magenta #D74DCB

Tints of Free Speech Magenta #D74DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.56%

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 43.43%
G = 15.56%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D74DCB (or 0xD74DCB) is known color: Free Speech Magenta. HEX triplet: D7, 4D and CB. RGB value is (215,77,203). Sum of RGB (Red+Green+Blue) = 215+77+203=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74DCB is #28B234. Grayscale: #848484. Windows color (decimal): -2667061 or 13323735. OLE color: 13323735.

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

Color convert

RGB 215 77 203 -
CMYK 0 0.64 0.06 0.16
HSL 305.22º 0.63% 0.57% -
HSV(B) 305.22º 0.64% 0.84% -
XYZ 41.46 24.07 58.96 -
YUV 132.63 167.72 186.75 -
System Red Green Blue C M Y K H S L
Decimal 215 77 203 0 0.64 0.06 0.16 305.22 0.63 0.57
Hex D7 4D CB 0 40 6 10 131 3F 39
Octal 327 115 313 0 100 6 20 461 77 71
Binary 11010111 1001101 11001011 0 1000000 110 10000 100110001 111111 111001

Color Harmonies of #D74DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74DCB

Black with #D74DCB

Text Example


Text Example

White with #D74DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74DCB; }

 p { color: rgb(215,77,203); }

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

background-color css

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

 a { background-color: rgb(215,77,203); }

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

border-color css

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

 span { border-color: rgb(215,77,203); }

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