Html Css Color HEX #DF07ED Psychedelic Purple

📋 copy color: '#DF07ED'

red 223 ◦ green 7 ◦ blue 237

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

Shades of Psychedelic Purple #DF07ED

Tints of Psychedelic Purple #DF07ED

RGB

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

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

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

R = 47.75%
G = 1.5%
B = 50.75%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF07ED (or 0xDF07ED) is known color: Psychedelic Purple. HEX triplet: DF, 07 and ED. RGB value is (223,7,237). Sum of RGB (Red+Green+Blue) = 223+7+237=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 7 (3.12% from 255 or 1.50% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF07ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF07ED is #20F812. Grayscale: #616161. Windows color (decimal): -2160659 or 15534047. OLE color: 15534047.

HSL color Cylindrical-coordinate representation of color #DF07ED: hue angle of 296.35º 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 #DF07ED is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 7 237 -
CMYK 0.06 0.97 0 0.07
HSL 296.35º 0.94% 0.48% -
HSV(B) 296.35º 0.97% 0.93% -
XYZ 45.79 21.95 81.94 -
YUV 97.8 206.56 217.3 -
System Red Green Blue C M Y K H S L
Decimal 223 7 237 0.06 0.97 0 0.07 296.35 0.94 0.48
Hex DF 7 ED 6 61 0 7 128 5E 30
Octal 337 7 355 6 141 0 7 450 136 60
Binary 11011111 111 11101101 110 1100001 0 111 100101000 1011110 110000

Color Harmonies of #DF07ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF07ED

Black with #DF07ED

Text Example


Text Example

White with #DF07ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF07ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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