Html Css Color HEX #D730D9 Free Speech Magenta

📋 copy color: '#D730D9'

red 215 ◦ green 48 ◦ blue 217

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

Shades of Free Speech Magenta #D730D9

Tints of Free Speech Magenta #D730D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.21%

R = 44.79%
G = 10%
B = 45.21%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D730D9 (or 0xD730D9) is known color: Free Speech Magenta. HEX triplet: D7, 30 and D9. RGB value is (215,48,217). Sum of RGB (Red+Green+Blue) = 215+48+217=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 48 (19.14% from 255 or 10% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #D730D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730D9 is #28CF26. Grayscale: #747474. Windows color (decimal): -2674471 or 14233815. OLE color: 14233815.

HSL color Cylindrical-coordinate representation of color #D730D9: hue angle of 299.29º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D730D9 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 48 217 -
CMYK 0.01 0.78 0 0.15
HSL 299.29º 0.69% 0.52% -
HSV(B) 299.29º 0.78% 0.85% -
XYZ 41.61 21.57 67.62 -
YUV 117.2 184.33 197.76 -
System Red Green Blue C M Y K H S L
Decimal 215 48 217 0.01 0.78 0 0.15 299.29 0.69 0.52
Hex D7 30 D9 1 4E 0 F 12B 45 34
Octal 327 60 331 1 116 0 17 453 105 64
Binary 11010111 110000 11011001 1 1001110 0 1111 100101011 1000101 110100

Color Harmonies of #D730D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730D9

Black with #D730D9

Text Example


Text Example

White with #D730D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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