Html Css Color HEX #D10AEE Psychedelic Purple

📋 copy color: '#D10AEE'

red 209 ◦ green 10 ◦ blue 238

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

Shades of Psychedelic Purple #D10AEE

Tints of Psychedelic Purple #D10AEE

RGB

 RED value IS 209 (82.03% from 255) = 45.73%

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

 BLUE value IS 238 (93.36% from 255) = 52.08%

R = 45.73%
G = 2.19%
B = 52.08%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D10AEE (or 0xD10AEE) is known color: Psychedelic Purple. HEX triplet: D1, 0A and EE. RGB value is (209,10,238). Sum of RGB (Red+Green+Blue) = 209+10+238=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #D10AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10AEE is #2EF511. Grayscale: #5E5E5E. Windows color (decimal): -3077394 or 15600337. OLE color: 15600337.

HSL color Cylindrical-coordinate representation of color #D10AEE: hue angle of 292.37º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10AEE is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 10 238 -
CMYK 0.12 0.96 0 0.07
HSL 292.37º 0.92% 0.49% -
HSV(B) 292.37º 0.96% 0.93% -
XYZ 41.84 19.95 82.53 -
YUV 95.49 208.43 208.96 -
System Red Green Blue C M Y K H S L
Decimal 209 10 238 0.12 0.96 0 0.07 292.37 0.92 0.49
Hex D1 A EE C 60 0 7 124 5C 31
Octal 321 12 356 14 140 0 7 444 134 61
Binary 11010001 1010 11101110 1100 1100000 0 111 100100100 1011100 110001

Color Harmonies of #D10AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10AEE

Black with #D10AEE

Text Example


Text Example

White with #D10AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10AEE; }

 p { color: rgb(209,10,238); }

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

background-color css

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

 a { background-color: rgb(209,10,238); }

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

border-color css

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

 span { border-color: rgb(209,10,238); }

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