Html Css Color HEX #D830DA Free Speech Magenta

📋 copy color: '#D830DA'

red 216 ◦ green 48 ◦ blue 218

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

Shades of Free Speech Magenta #D830DA

Tints of Free Speech Magenta #D830DA

RGB

 RED value IS 216 (84.77% from 255) = 44.81%

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 44.81%
G = 9.96%
B = 45.23%

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

#D830DA (or 0xD830DA) is known color: Free Speech Magenta. HEX triplet: D8, 30 and DA. RGB value is (216,48,218). Sum of RGB (Red+Green+Blue) = 216+48+218=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #D830DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830DA is #27CF25. Grayscale: #757575. Windows color (decimal): -2608934 or 14299352. OLE color: 14299352.

HSL color Cylindrical-coordinate representation of color #D830DA: hue angle of 299.29º degrees, saturation: 0.7, 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 #D830DA is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 48 218 -
CMYK 0.01 0.78 0 0.15
HSL 299.29º 0.7% 0.52% -
HSV(B) 299.29º 0.78% 0.85% -
XYZ 42.03 21.77 68.32 -
YUV 117.61 184.66 198.18 -
System Red Green Blue C M Y K H S L
Decimal 216 48 218 0.01 0.78 0 0.15 299.29 0.7 0.52
Hex D8 30 DA 1 4E 0 F 12B 46 34
Octal 330 60 332 1 116 0 17 453 106 64
Binary 11011000 110000 11011010 1 1001110 0 1111 100101011 1000110 110100

Color Harmonies of #D830DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830DA

Black with #D830DA

Text Example


Text Example

White with #D830DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830DA; }

 p { color: rgb(216,48,218); }

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

background-color css

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

 a { background-color: rgb(216,48,218); }

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

border-color css

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

 span { border-color: rgb(216,48,218); }

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