Html Css Color HEX #D730DF Free Speech Magenta

📋 copy color: '#D730DF'

red 215 ◦ green 48 ◦ blue 223

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

Shades of Free Speech Magenta #D730DF

Tints of Free Speech Magenta #D730DF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.88%

 BLUE value IS 223 (87.5% from 255) = 45.88%

R = 44.24%
G = 9.88%
B = 45.88%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D730DF (or 0xD730DF) is known color: Free Speech Magenta. HEX triplet: D7, 30 and DF. RGB value is (215,48,223). Sum of RGB (Red+Green+Blue) = 215+48+223=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #D730DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730DF is #28CF20. Grayscale: #757575. Windows color (decimal): -2674465 or 14627031. OLE color: 14627031.

HSL color Cylindrical-coordinate representation of color #D730DF: hue angle of 297.26º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D730DF is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 48 223 -
CMYK 0.04 0.78 0 0.13
HSL 297.26º 0.73% 0.53% -
HSV(B) 297.26º 0.78% 0.87% -
XYZ 42.4 21.89 71.8 -
YUV 117.88 187.33 197.27 -
System Red Green Blue C M Y K H S L
Decimal 215 48 223 0.04 0.78 0 0.13 297.26 0.73 0.53
Hex D7 30 DF 4 4E 0 D 129 49 35
Octal 327 60 337 4 116 0 15 451 111 65
Binary 11010111 110000 11011111 100 1001110 0 1101 100101001 1001001 110101

Color Harmonies of #D730DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730DF

Black with #D730DF

Text Example


Text Example

White with #D730DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730DF; }

 p { color: rgb(215,48,223); }

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

background-color css

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

 a { background-color: rgb(215,48,223); }

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

border-color css

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

 span { border-color: rgb(215,48,223); }

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