Html Css Color HEX #DC07ED Psychedelic Purple

📋 copy color: '#DC07ED'

red 220 ◦ green 7 ◦ blue 237

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

Shades of Psychedelic Purple #DC07ED

Tints of Psychedelic Purple #DC07ED

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.51%

 BLUE value IS 237 (92.97% from 255) = 51.08%

R = 47.41%
G = 1.51%
B = 51.08%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC07ED (or 0xDC07ED) is known color: Psychedelic Purple. HEX triplet: DC, 07 and ED. RGB value is (220,7,237). Sum of RGB (Red+Green+Blue) = 220+7+237=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 7 (3.12% from 255 or 1.51% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC07ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC07ED is #23F812. Grayscale: #606060. Windows color (decimal): -2357267 or 15534044. OLE color: 15534044.

HSL color Cylindrical-coordinate representation of color #DC07ED: hue angle of 295.57º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC07ED is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 7 237 -
CMYK 0.07 0.97 0 0.07
HSL 295.57º 0.94% 0.48% -
HSV(B) 295.57º 0.97% 0.93% -
XYZ 44.88 21.48 81.9 -
YUV 96.91 207.07 215.8 -
System Red Green Blue C M Y K H S L
Decimal 220 7 237 0.07 0.97 0 0.07 295.57 0.94 0.48
Hex DC 7 ED 7 61 0 7 128 5E 30
Octal 334 7 355 7 141 0 7 450 136 60
Binary 11011100 111 11101101 111 1100001 0 111 100101000 1011110 110000

Color Harmonies of #DC07ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC07ED

Black with #DC07ED

Text Example


Text Example

White with #DC07ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC07ED; }

 p { color: rgb(220,7,237); }

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

background-color css

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

 a { background-color: rgb(220,7,237); }

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

border-color css

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

 span { border-color: rgb(220,7,237); }

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