Html Css Color HEX #D75DCB Free Speech Magenta

📋 copy color: '#D75DCB'

red 215 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Magenta #D75DCB

Tints of Free Speech Magenta #D75DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.2%

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

R = 42.07%
G = 18.2%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D75DCB (or 0xD75DCB) is known color: Free Speech Magenta. HEX triplet: D7, 5D and CB. RGB value is (215,93,203). Sum of RGB (Red+Green+Blue) = 215+93+203=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D75DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75DCB is #28A234. Grayscale: #8D8D8D. Windows color (decimal): -2662965 or 13327831. OLE color: 13327831.

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

Color convert

RGB 215 93 203 -
CMYK 0 0.57 0.06 0.16
HSL 305.9º 0.6% 0.6% -
HSV(B) 305.9º 0.57% 0.84% -
XYZ 42.72 26.59 59.38 -
YUV 142.02 162.42 180.06 -
System Red Green Blue C M Y K H S L
Decimal 215 93 203 0 0.57 0.06 0.16 305.9 0.6 0.6
Hex D7 5D CB 0 39 6 10 132 3C 3C
Octal 327 135 313 0 71 6 20 462 74 74
Binary 11010111 1011101 11001011 0 111001 110 10000 100110010 111100 111100

Color Harmonies of #D75DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75DCB

Black with #D75DCB

Text Example


Text Example

White with #D75DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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