Html Css Color HEX #D730D6 Free Speech Magenta

📋 copy color: '#D730D6'

red 215 ◦ green 48 ◦ blue 214

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

Shades of Free Speech Magenta #D730D6

Tints of Free Speech Magenta #D730D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.86%

R = 45.07%
G = 10.06%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D730D6 (or 0xD730D6) is known color: Free Speech Magenta. HEX triplet: D7, 30 and D6. RGB value is (215,48,214). Sum of RGB (Red+Green+Blue) = 215+48+214=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D730D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D730D6 is #28CF29. Grayscale: #747474. Windows color (decimal): -2674474 or 14037207. OLE color: 14037207.

HSL color Cylindrical-coordinate representation of color #D730D6: hue angle of 300.36º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D730D6 is Cyan = 0, Magento = 0.78, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 48 214 -
CMYK 0 0.78 0.00 0.16
HSL 300.36º 0.68% 0.52% -
HSV(B) 300.36º 0.78% 0.84% -
XYZ 41.22 21.42 65.58 -
YUV 116.86 182.83 198 -
System Red Green Blue C M Y K H S L
Decimal 215 48 214 0 0.78 0.00 0.16 300.36 0.68 0.52
Hex D7 30 D6 0 4E 0 10 12C 44 34
Octal 327 60 326 0 116 0 20 454 104 64
Binary 11010111 110000 11010110 0 1001110 0 10000 100101100 1000100 110100

Color Harmonies of #D730D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730D6

Black with #D730D6

Text Example


Text Example

White with #D730D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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