Html Css Color HEX #DC35F8 Psychedelic Purple

📋 copy color: '#DC35F8'

red 220 ◦ green 53 ◦ blue 248

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

Shades of Psychedelic Purple #DC35F8

Tints of Psychedelic Purple #DC35F8

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.17%

 BLUE value IS 248 (97.27% from 255) = 47.6%

R = 42.23%
G = 10.17%
B = 47.6%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DC35F8 (or 0xDC35F8) is known color: Psychedelic Purple. HEX triplet: DC, 35 and F8. RGB value is (220,53,248). Sum of RGB (Red+Green+Blue) = 220+53+248=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 53 (21.09% from 255 or 10.17% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC35F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC35F8 is #23CA07. Grayscale: #7C7C7C. Windows color (decimal): -2345480 or 16266716. OLE color: 16266716.

HSL color Cylindrical-coordinate representation of color #DC35F8: hue angle of 291.38º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC35F8 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 53 248 -
CMYK 0.11 0.79 0 0.03
HSL 291.38º 0.93% 0.59% -
HSV(B) 291.38º 0.79% 0.97% -
XYZ 47.73 24.54 91.03 -
YUV 125.16 197.33 195.64 -
System Red Green Blue C M Y K H S L
Decimal 220 53 248 0.11 0.79 0 0.03 291.38 0.93 0.59
Hex DC 35 F8 B 4F 0 3 123 5D 3B
Octal 334 65 370 13 117 0 3 443 135 73
Binary 11011100 110101 11111000 1011 1001111 0 11 100100011 1011101 111011

Color Harmonies of #DC35F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC35F8

Black with #DC35F8

Text Example


Text Example

White with #DC35F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC35F8; }

 p { color: rgb(220,53,248); }

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

background-color css

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

 a { background-color: rgb(220,53,248); }

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

border-color css

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

 span { border-color: rgb(220,53,248); }

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