Html Css Color HEX #DC00F3 Psychedelic Purple

📋 copy color: '#DC00F3'

red 220 ◦ green 0 ◦ blue 243

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

Shades of Psychedelic Purple #DC00F3

Tints of Psychedelic Purple #DC00F3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 243 (95.31% from 255) = 52.48%

R = 47.52%
G = 0%
B = 52.48%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC00F3 (or 0xDC00F3) is known color: Psychedelic Purple. HEX triplet: DC, 00 and F3. RGB value is (220,0,243). Sum of RGB (Red+Green+Blue) = 220+0+243=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC00F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC00F3 is #23FF0C. Grayscale: #5C5C5C. Windows color (decimal): -2359053 or 15925468. OLE color: 15925468.

HSL color Cylindrical-coordinate representation of color #DC00F3: hue angle of 294.32º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC00F3 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 0 243 -
CMYK 0.09 1 0 0.05
HSL 294.32º 1% 0.48% -
HSV(B) 294.32º 1% 0.95% -
XYZ 45.69 21.69 86.57 -
YUV 93.48 212.39 218.24 -
System Red Green Blue C M Y K H S L
Decimal 220 0 243 0.09 1 0 0.05 294.32 1 0.48
Hex DC 0 F3 9 64 0 5 126 64 30
Octal 334 0 363 11 144 0 5 446 144 60
Binary 11011100 0 11110011 1001 1100100 0 101 100100110 1100100 110000

Color Harmonies of #DC00F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC00F3

Black with #DC00F3

Text Example


Text Example

White with #DC00F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC00F3; }

 p { color: rgb(220,0,243); }

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

background-color css

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

 a { background-color: rgb(220,0,243); }

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

border-color css

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

 span { border-color: rgb(220,0,243); }

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