Html Css Color HEX #DF08E7 Psychedelic Purple

📋 copy color: '#DF08E7'

red 223 ◦ green 8 ◦ blue 231

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

Shades of Psychedelic Purple #DF08E7

Tints of Psychedelic Purple #DF08E7

RGB

 RED value IS 223 (87.5% from 255) = 48.27%

 GREEN value IS 8 (3.52% from 255) = 1.73%

 BLUE value IS 231 (90.63% from 255) = 50%

R = 48.27%
G = 1.73%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DF08E7 (or 0xDF08E7) is known color: Psychedelic Purple. HEX triplet: DF, 08 and E7. RGB value is (223,8,231). Sum of RGB (Red+Green+Blue) = 223+8+231=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 8 (3.52% from 255 or 1.73% from 462); Blue value is 231 (90.62% from 255 or 50% from 462); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF08E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF08E7 is #20F718. Grayscale: #616161. Windows color (decimal): -2160409 or 15141087. OLE color: 15141087.

HSL color Cylindrical-coordinate representation of color #DF08E7: hue angle of 297.85º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF08E7 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 8 231 -
CMYK 0.03 0.97 0 0.09
HSL 297.85º 0.93% 0.47% -
HSV(B) 297.85º 0.97% 0.91% -
XYZ 44.94 21.63 77.41 -
YUV 97.71 203.23 217.37 -
System Red Green Blue C M Y K H S L
Decimal 223 8 231 0.03 0.97 0 0.09 297.85 0.93 0.47
Hex DF 8 E7 3 61 0 9 12A 5D 2F
Octal 337 10 347 3 141 0 11 452 135 57
Binary 11011111 1000 11100111 11 1100001 0 1001 100101010 1011101 101111

Color Harmonies of #DF08E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF08E7

Black with #DF08E7

Text Example


Text Example

White with #DF08E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF08E7; }

 p { color: rgb(223,8,231); }

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

background-color css

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

 a { background-color: rgb(223,8,231); }

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

border-color css

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

 span { border-color: rgb(223,8,231); }

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