Html Css Color HEX #D00AEE Psychedelic Purple

📋 copy color: '#D00AEE'

red 208 ◦ green 10 ◦ blue 238

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

Shades of Psychedelic Purple #D00AEE

Tints of Psychedelic Purple #D00AEE

RGB

 RED value IS 208 (81.64% from 255) = 45.61%

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

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

R = 45.61%
G = 2.19%
B = 52.19%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D00AEE (or 0xD00AEE) is known color: Psychedelic Purple. HEX triplet: D0, 0A and EE. RGB value is (208,10,238). Sum of RGB (Red+Green+Blue) = 208+10+238=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #D00AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00AEE is #2FF511. Grayscale: #5E5E5E. Windows color (decimal): -3142930 or 15600336. OLE color: 15600336.

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

Color convert

RGB 208 10 238 -
CMYK 0.13 0.96 0 0.07
HSL 292.11º 0.92% 0.49% -
HSV(B) 292.11º 0.96% 0.93% -
XYZ 41.55 19.8 82.52 -
YUV 95.19 208.6 208.46 -
System Red Green Blue C M Y K H S L
Decimal 208 10 238 0.13 0.96 0 0.07 292.11 0.92 0.49
Hex D0 A EE D 60 0 7 124 5C 31
Octal 320 12 356 15 140 0 7 444 134 61
Binary 11010000 1010 11101110 1101 1100000 0 111 100100100 1011100 110001

Color Harmonies of #D00AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00AEE

Black with #D00AEE

Text Example


Text Example

White with #D00AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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