Html Css Color HEX #D752C8 Free Speech Magenta

📋 copy color: '#D752C8'

red 215 ◦ green 82 ◦ blue 200

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

Shades of Free Speech Magenta #D752C8

Tints of Free Speech Magenta #D752C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.24%

R = 43.26%
G = 16.5%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D752C8 (or 0xD752C8) is known color: Free Speech Magenta. HEX triplet: D7, 52 and C8. RGB value is (215,82,200). Sum of RGB (Red+Green+Blue) = 215+82+200=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D752C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D752C8 is #28AD37. Grayscale: #868686. Windows color (decimal): -2665784 or 13128407. OLE color: 13128407.

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

Color convert

RGB 215 82 200 -
CMYK 0 0.62 0.07 0.16
HSL 306.77º 0.62% 0.58% -
HSV(B) 306.77º 0.62% 0.84% -
XYZ 41.47 24.65 57.22 -
YUV 135.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 215 82 200 0 0.62 0.07 0.16 306.77 0.62 0.58
Hex D7 52 C8 0 3E 7 10 133 3E 3A
Octal 327 122 310 0 76 7 20 463 76 72
Binary 11010111 1010010 11001000 0 111110 111 10000 100110011 111110 111010

Color Harmonies of #D752C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D752C8

Black with #D752C8

Text Example


Text Example

White with #D752C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D752C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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