Html Css Color HEX #D830E1 Free Speech Magenta

📋 copy color: '#D830E1'

red 216 ◦ green 48 ◦ blue 225

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

Shades of Free Speech Magenta #D830E1

Tints of Free Speech Magenta #D830E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.01%

R = 44.17%
G = 9.82%
B = 46.01%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D830E1 (or 0xD830E1) is known color: Free Speech Magenta. HEX triplet: D8, 30 and E1. RGB value is (216,48,225). Sum of RGB (Red+Green+Blue) = 216+48+225=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 48 (19.14% from 255 or 9.82% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #D830E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D830E1 is #27CF1E. Grayscale: #757575. Windows color (decimal): -2608927 or 14758104. OLE color: 14758104.

HSL color Cylindrical-coordinate representation of color #D830E1: hue angle of 296.95º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D830E1 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 48 225 -
CMYK 0.04 0.79 0 0.12
HSL 296.95º 0.75% 0.54% -
HSV(B) 296.95º 0.79% 0.88% -
XYZ 42.97 22.15 73.24 -
YUV 118.41 188.16 197.61 -
System Red Green Blue C M Y K H S L
Decimal 216 48 225 0.04 0.79 0 0.12 296.95 0.75 0.54
Hex D8 30 E1 4 4F 0 C 129 4B 36
Octal 330 60 341 4 117 0 14 451 113 66
Binary 11011000 110000 11100001 100 1001111 0 1100 100101001 1001011 110110

Color Harmonies of #D830E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D830E1

Black with #D830E1

Text Example


Text Example

White with #D830E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D830E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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