Html Css Color HEX #DC13F7 Psychedelic Purple

📋 copy color: '#DC13F7'

red 220 ◦ green 19 ◦ blue 247

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

Shades of Psychedelic Purple #DC13F7

Tints of Psychedelic Purple #DC13F7

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.91%

 BLUE value IS 247 (96.88% from 255) = 50.82%

R = 45.27%
G = 3.91%
B = 50.82%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DC13F7 (or 0xDC13F7) is known color: Psychedelic Purple. HEX triplet: DC, 13 and F7. RGB value is (220,19,247). Sum of RGB (Red+Green+Blue) = 220+19+247=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 19 (7.81% from 255 or 3.91% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC13F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC13F7 is #23EC08. Grayscale: #686868. Windows color (decimal): -2354185 or 16192476. OLE color: 16192476.

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

Color convert

RGB 220 19 247 -
CMYK 0.11 0.92 0 0.03
HSL 292.89º 0.93% 0.52% -
HSV(B) 292.89º 0.92% 0.97% -
XYZ 46.54 22.4 89.87 -
YUV 105.09 208.09 209.96 -
System Red Green Blue C M Y K H S L
Decimal 220 19 247 0.11 0.92 0 0.03 292.89 0.93 0.52
Hex DC 13 F7 B 5C 0 3 125 5D 34
Octal 334 23 367 13 134 0 3 445 135 64
Binary 11011100 10011 11110111 1011 1011100 0 11 100100101 1011101 110100

Color Harmonies of #DC13F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC13F7

Black with #DC13F7

Text Example


Text Example

White with #DC13F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC13F7; }

 p { color: rgb(220,19,247); }

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

background-color css

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

 a { background-color: rgb(220,19,247); }

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

border-color css

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

 span { border-color: rgb(220,19,247); }

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