Html Css Color HEX #D74BCD Free Speech Magenta

📋 copy color: '#D74BCD'

red 215 ◦ green 75 ◦ blue 205

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

Shades of Free Speech Magenta #D74BCD

Tints of Free Speech Magenta #D74BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 43.43%
G = 15.15%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D74BCD (or 0xD74BCD) is known color: Free Speech Magenta. HEX triplet: D7, 4B and CD. RGB value is (215,75,205). Sum of RGB (Red+Green+Blue) = 215+75+205=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D74BCD is #28B432. Grayscale: #838383. Windows color (decimal): -2667571 or 13454295. OLE color: 13454295.

HSL color Cylindrical-coordinate representation of color #D74BCD: hue angle of 304.29º 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 #D74BCD is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 75 205 -
CMYK 0 0.65 0.05 0.16
HSL 304.29º 0.64% 0.57% -
HSV(B) 304.29º 0.65% 0.84% -
XYZ 41.56 23.89 60.18 -
YUV 131.68 169.38 187.43 -
System Red Green Blue C M Y K H S L
Decimal 215 75 205 0 0.65 0.05 0.16 304.29 0.64 0.57
Hex D7 4B CD 0 41 5 10 130 40 39
Octal 327 113 315 0 101 5 20 460 100 71
Binary 11010111 1001011 11001101 0 1000001 101 10000 100110000 1000000 111001

Color Harmonies of #D74BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BCD

Black with #D74BCD

Text Example


Text Example

White with #D74BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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