Html Css Color HEX #D30AFE Psychedelic Purple

📋 copy color: '#D30AFE'

red 211 ◦ green 10 ◦ blue 254

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

Shades of Psychedelic Purple #D30AFE

Tints of Psychedelic Purple #D30AFE

RGB

 RED value IS 211 (82.81% from 255) = 44.42%

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

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

R = 44.42%
G = 2.11%
B = 53.47%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D30AFE (or 0xD30AFE) is known color: Psychedelic Purple. HEX triplet: D3, 0A and FE. RGB value is (211,10,254). Sum of RGB (Red+Green+Blue) = 211+10+254=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 10 (4.30% from 255 or 2.11% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #D30AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D30AFE is #2CF501. Grayscale: #616161. Windows color (decimal): -2946306 or 16648915. OLE color: 16648915.

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

Color convert

RGB 211 10 254 -
CMYK 0.17 0.96 0 0.00
HSL 289.43º 0.99% 0.52% -
HSV(B) 289.43º 0.96% 1% -
XYZ 44.86 21.22 95.5 -
YUV 97.92 216.09 208.66 -
System Red Green Blue C M Y K H S L
Decimal 211 10 254 0.17 0.96 0 0.00 289.43 0.99 0.52
Hex D3 A FE 11 60 0 0 121 63 34
Octal 323 12 376 21 140 0 0 441 143 64
Binary 11010011 1010 11111110 10001 1100000 0 0 100100001 1100011 110100

Color Harmonies of #D30AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30AFE

Black with #D30AFE

Text Example


Text Example

White with #D30AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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