Html Css Color HEX #DC29FD Psychedelic Purple

📋 copy color: '#DC29FD'

red 220 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #DC29FD

Tints of Psychedelic Purple #DC29FD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.98%

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 42.8%
G = 7.98%
B = 49.22%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC29FD (or 0xDC29FD) is known color: Psychedelic Purple. HEX triplet: DC, 29 and FD. RGB value is (220,41,253). Sum of RGB (Red+Green+Blue) = 220+41+253=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 41 (16.41% from 255 or 7.98% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC29FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC29FD is #23D602. Grayscale: #767676. Windows color (decimal): -2348547 or 16591324. OLE color: 16591324.

HSL color Cylindrical-coordinate representation of color #DC29FD: hue angle of 290.66º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC29FD is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 41 253 -
CMYK 0.13 0.84 0 0.01
HSL 290.66º 0.98% 0.58% -
HSV(B) 290.66º 0.84% 0.99% -
XYZ 48.04 23.89 95.01 -
YUV 118.69 203.8 200.26 -
System Red Green Blue C M Y K H S L
Decimal 220 41 253 0.13 0.84 0 0.01 290.66 0.98 0.58
Hex DC 29 FD D 54 0 1 123 62 3A
Octal 334 51 375 15 124 0 1 443 142 72
Binary 11011100 101001 11111101 1101 1010100 0 1 100100011 1100010 111010

Color Harmonies of #DC29FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC29FD

Black with #DC29FD

Text Example


Text Example

White with #DC29FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC29FD; }

 p { color: rgb(220,41,253); }

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

background-color css

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

 a { background-color: rgb(220,41,253); }

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

border-color css

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

 span { border-color: rgb(220,41,253); }

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