Html Css Color HEX #D753C8 Free Speech Magenta

📋 copy color: '#D753C8'

red 215 ◦ green 83 ◦ blue 200

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

Shades of Free Speech Magenta #D753C8

Tints of Free Speech Magenta #D753C8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.67%

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

R = 43.17%
G = 16.67%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D753C8 (or 0xD753C8) is known color: Free Speech Magenta. HEX triplet: D7, 53 and C8. RGB value is (215,83,200). Sum of RGB (Red+Green+Blue) = 215+83+200=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D753C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D753C8 is #28AC37. Grayscale: #878787. Windows color (decimal): -2665528 or 13128663. OLE color: 13128663.

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

Color convert

RGB 215 83 200 -
CMYK 0 0.61 0.07 0.16
HSL 306.82º 0.62% 0.58% -
HSV(B) 306.82º 0.61% 0.84% -
XYZ 41.54 24.8 57.24 -
YUV 135.81 164.23 184.49 -
System Red Green Blue C M Y K H S L
Decimal 215 83 200 0 0.61 0.07 0.16 306.82 0.62 0.58
Hex D7 53 C8 0 3D 7 10 133 3E 3A
Octal 327 123 310 0 75 7 20 463 76 72
Binary 11010111 1010011 11001000 0 111101 111 10000 100110011 111110 111010

Color Harmonies of #D753C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D753C8

Black with #D753C8

Text Example


Text Example

White with #D753C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D753C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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