Html Css Color HEX #DF0AE7 Psychedelic Purple

📋 copy color: '#DF0AE7'

red 223 ◦ green 10 ◦ blue 231

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

Shades of Psychedelic Purple #DF0AE7

Tints of Psychedelic Purple #DF0AE7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.16%

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

R = 48.06%
G = 2.16%
B = 49.78%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DF0AE7 (or 0xDF0AE7) is known color: Psychedelic Purple. HEX triplet: DF, 0A and E7. RGB value is (223,10,231). Sum of RGB (Red+Green+Blue) = 223+10+231=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF0AE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DF0AE7 is #20F518. Grayscale: #626262. Windows color (decimal): -2159897 or 15141599. OLE color: 15141599.

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

Color convert

RGB 223 10 231 -
CMYK 0.03 0.96 0 0.09
HSL 297.83º 0.92% 0.47% -
HSV(B) 297.83º 0.96% 0.91% -
XYZ 44.96 21.67 77.42 -
YUV 98.88 202.57 216.53 -
System Red Green Blue C M Y K H S L
Decimal 223 10 231 0.03 0.96 0 0.09 297.83 0.92 0.47
Hex DF A E7 3 60 0 9 12A 5C 2F
Octal 337 12 347 3 140 0 11 452 134 57
Binary 11011111 1010 11100111 11 1100000 0 1001 100101010 1011100 101111

Color Harmonies of #DF0AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0AE7

Black with #DF0AE7

Text Example


Text Example

White with #DF0AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0AE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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