Html Css Color HEX #D60AEE Psychedelic Purple

📋 copy color: '#D60AEE'

red 214 ◦ green 10 ◦ blue 238

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

Shades of Psychedelic Purple #D60AEE

Tints of Psychedelic Purple #D60AEE

RGB

 RED value IS 214 (83.98% from 255) = 46.32%

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

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

R = 46.32%
G = 2.16%
B = 51.52%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D60AEE (or 0xD60AEE) is known color: Psychedelic Purple. HEX triplet: D6, 0A and EE. RGB value is (214,10,238). Sum of RGB (Red+Green+Blue) = 214+10+238=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #D60AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60AEE is #29F511. Grayscale: #606060. Windows color (decimal): -2749714 or 15600342. OLE color: 15600342.

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

Color convert

RGB 214 10 238 -
CMYK 0.10 0.96 0 0.07
HSL 293.68º 0.92% 0.49% -
HSV(B) 293.68º 0.96% 0.93% -
XYZ 43.27 20.69 82.6 -
YUV 96.99 207.59 211.46 -
System Red Green Blue C M Y K H S L
Decimal 214 10 238 0.10 0.96 0 0.07 293.68 0.92 0.49
Hex D6 A EE A 60 0 7 126 5C 31
Octal 326 12 356 12 140 0 7 446 134 61
Binary 11010110 1010 11101110 1010 1100000 0 111 100100110 1011100 110001

Color Harmonies of #D60AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60AEE

Black with #D60AEE

Text Example


Text Example

White with #D60AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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