Html Css Color HEX #DC28F9 Psychedelic Purple

📋 copy color: '#DC28F9'

red 220 ◦ green 40 ◦ blue 249

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

Shades of Psychedelic Purple #DC28F9

Tints of Psychedelic Purple #DC28F9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.86%

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

R = 43.22%
G = 7.86%
B = 48.92%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC28F9 (or 0xDC28F9) is known color: Psychedelic Purple. HEX triplet: DC, 28 and F9. RGB value is (220,40,249). Sum of RGB (Red+Green+Blue) = 220+40+249=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 40 (16.02% from 255 or 7.86% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC28F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC28F9 is #23D706. Grayscale: #747474. Windows color (decimal): -2348807 or 16328924. OLE color: 16328924.

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

Color convert

RGB 220 40 249 -
CMYK 0.12 0.84 0 0.02
HSL 291.67º 0.95% 0.57% -
HSV(B) 291.67º 0.84% 0.98% -
XYZ 47.37 23.57 91.68 -
YUV 117.65 202.13 201.01 -
System Red Green Blue C M Y K H S L
Decimal 220 40 249 0.12 0.84 0 0.02 291.67 0.95 0.57
Hex DC 28 F9 C 54 0 2 124 5F 39
Octal 334 50 371 14 124 0 2 444 137 71
Binary 11011100 101000 11111001 1100 1010100 0 10 100100100 1011111 111001

Color Harmonies of #DC28F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC28F9

Black with #DC28F9

Text Example


Text Example

White with #DC28F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC28F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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