Html Css Color HEX #D00AFE Psychedelic Purple

📋 copy color: '#D00AFE'

red 208 ◦ green 10 ◦ blue 254

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

Shades of Psychedelic Purple #D00AFE

Tints of Psychedelic Purple #D00AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.81%

R = 44.07%
G = 2.12%
B = 53.81%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D00AFE (or 0xD00AFE) is known color: Psychedelic Purple. HEX triplet: D0, 0A and FE. RGB value is (208,10,254). Sum of RGB (Red+Green+Blue) = 208+10+254=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 10 (4.30% from 255 or 2.12% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #D00AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00AFE is #2FF501. Grayscale: #606060. Windows color (decimal): -3142914 or 16648912. OLE color: 16648912.

HSL color Cylindrical-coordinate representation of color #D00AFE: hue angle of 288.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00AFE is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 10 254 -
CMYK 0.18 0.96 0 0.00
HSL 288.69º 0.99% 0.52% -
HSV(B) 288.69º 0.96% 1% -
XYZ 44.01 20.78 95.46 -
YUV 97.02 216.6 207.16 -
System Red Green Blue C M Y K H S L
Decimal 208 10 254 0.18 0.96 0 0.00 288.69 0.99 0.52
Hex D0 A FE 12 60 0 0 121 63 34
Octal 320 12 376 22 140 0 0 441 143 64
Binary 11010000 1010 11111110 10010 1100000 0 0 100100001 1100011 110100

Color Harmonies of #D00AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00AFE

Black with #D00AFE

Text Example


Text Example

White with #D00AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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