Html Css Color HEX #DC30EE Free Speech Magenta

📋 copy color: '#DC30EE'

red 220 ◦ green 48 ◦ blue 238

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

Shades of Free Speech Magenta #DC30EE

Tints of Free Speech Magenta #DC30EE

RGB

 RED value IS 220 (86.33% from 255) = 43.48%

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 43.48%
G = 9.49%
B = 47.04%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC30EE (or 0xDC30EE) is known color: Free Speech Magenta. HEX triplet: DC, 30 and EE. RGB value is (220,48,238). Sum of RGB (Red+Green+Blue) = 220+48+238=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 48 (19.14% from 255 or 9.49% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC30EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC30EE is #23CF11. Grayscale: #787878. Windows color (decimal): -2346770 or 15610076. OLE color: 15610076.

HSL color Cylindrical-coordinate representation of color #DC30EE: hue angle of 294.32º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC30EE is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 48 238 -
CMYK 0.08 0.80 0 0.07
HSL 294.32º 0.85% 0.56% -
HSV(B) 294.32º 0.8% 0.93% -
XYZ 46 23.5 83 -
YUV 121.09 193.98 198.55 -
System Red Green Blue C M Y K H S L
Decimal 220 48 238 0.08 0.80 0 0.07 294.32 0.85 0.56
Hex DC 30 EE 8 50 0 7 126 55 38
Octal 334 60 356 10 120 0 7 446 125 70
Binary 11011100 110000 11101110 1000 1010000 0 111 100100110 1010101 111000

Color Harmonies of #DC30EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC30EE

Black with #DC30EE

Text Example


Text Example

White with #DC30EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC30EE; }

 p { color: rgb(220,48,238); }

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

background-color css

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

 a { background-color: rgb(220,48,238); }

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

border-color css

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

 span { border-color: rgb(220,48,238); }

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