Html Css Color HEX #DC1DF9 Psychedelic Purple

📋 copy color: '#DC1DF9'

red 220 ◦ green 29 ◦ blue 249

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

Shades of Psychedelic Purple #DC1DF9

Tints of Psychedelic Purple #DC1DF9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.82%

 BLUE value IS 249 (97.66% from 255) = 50%

R = 44.18%
G = 5.82%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC1DF9 (or 0xDC1DF9) is known color: Psychedelic Purple. HEX triplet: DC, 1D and F9. RGB value is (220,29,249). Sum of RGB (Red+Green+Blue) = 220+29+249=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 29 (11.72% from 255 or 5.82% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC1DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1DF9 is #23E206. Grayscale: #6E6E6E. Windows color (decimal): -2351623 or 16326108. OLE color: 16326108.

HSL color Cylindrical-coordinate representation of color #DC1DF9: hue angle of 292.09º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1DF9 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 29 249 -
CMYK 0.12 0.88 0 0.02
HSL 292.09º 0.95% 0.55% -
HSV(B) 292.09º 0.88% 0.98% -
XYZ 47.05 22.93 91.57 -
YUV 111.19 205.78 205.61 -
System Red Green Blue C M Y K H S L
Decimal 220 29 249 0.12 0.88 0 0.02 292.09 0.95 0.55
Hex DC 1D F9 C 58 0 2 124 5F 37
Octal 334 35 371 14 130 0 2 444 137 67
Binary 11011100 11101 11111001 1100 1011000 0 10 100100100 1011111 110111

Color Harmonies of #DC1DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1DF9

Black with #DC1DF9

Text Example


Text Example

White with #DC1DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1DF9; }

 p { color: rgb(220,29,249); }

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

background-color css

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

 a { background-color: rgb(220,29,249); }

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

border-color css

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

 span { border-color: rgb(220,29,249); }

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