Html Css Color HEX #DC13F4 Psychedelic Purple

📋 copy color: '#DC13F4'

red 220 ◦ green 19 ◦ blue 244

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

Shades of Psychedelic Purple #DC13F4

Tints of Psychedelic Purple #DC13F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.52%

R = 45.55%
G = 3.93%
B = 50.52%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC13F4 (or 0xDC13F4) is known color: Psychedelic Purple. HEX triplet: DC, 13 and F4. RGB value is (220,19,244). Sum of RGB (Red+Green+Blue) = 220+19+244=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 19 (7.81% from 255 or 3.93% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC13F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC13F4 is #23EC0B. Grayscale: #686868. Windows color (decimal): -2354188 or 15995868. OLE color: 15995868.

HSL color Cylindrical-coordinate representation of color #DC13F4: hue angle of 293.6º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC13F4 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 19 244 -
CMYK 0.10 0.92 0 0.04
HSL 293.6º 0.91% 0.52% -
HSV(B) 293.6º 0.92% 0.96% -
XYZ 46.08 22.21 87.45 -
YUV 104.75 206.59 210.2 -
System Red Green Blue C M Y K H S L
Decimal 220 19 244 0.10 0.92 0 0.04 293.6 0.91 0.52
Hex DC 13 F4 A 5C 0 4 126 5B 34
Octal 334 23 364 12 134 0 4 446 133 64
Binary 11011100 10011 11110100 1010 1011100 0 100 100100110 1011011 110100

Color Harmonies of #DC13F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC13F4

Black with #DC13F4

Text Example


Text Example

White with #DC13F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC13F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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