Html Css Color HEX #D752C5 Free Speech Magenta

📋 copy color: '#D752C5'

red 215 ◦ green 82 ◦ blue 197

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

Shades of Free Speech Magenta #D752C5

Tints of Free Speech Magenta #D752C5

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.6%

 BLUE value IS 197 (77.34% from 255) = 39.88%

R = 43.52%
G = 16.6%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D752C5 (or 0xD752C5) is known color: Free Speech Magenta. HEX triplet: D7, 52 and C5. RGB value is (215,82,197). Sum of RGB (Red+Green+Blue) = 215+82+197=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D752C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D752C5 is #28AD3A. Grayscale: #868686. Windows color (decimal): -2665787 or 12931799. OLE color: 12931799.

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

Color convert

RGB 215 82 197 -
CMYK 0 0.62 0.08 0.16
HSL 308.12º 0.62% 0.58% -
HSV(B) 308.12º 0.62% 0.84% -
XYZ 41.12 24.51 55.39 -
YUV 134.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 215 82 197 0 0.62 0.08 0.16 308.12 0.62 0.58
Hex D7 52 C5 0 3E 8 10 134 3E 3A
Octal 327 122 305 0 76 10 20 464 76 72
Binary 11010111 1010010 11000101 0 111110 1000 10000 100110100 111110 111010

Color Harmonies of #D752C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D752C5

Black with #D752C5

Text Example


Text Example

White with #D752C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D752C5; }

 p { color: rgb(215,82,197); }

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

background-color css

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

 a { background-color: rgb(215,82,197); }

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

border-color css

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

 span { border-color: rgb(215,82,197); }

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