Html Css Color HEX #D015FA Psychedelic Purple

📋 copy color: '#D015FA'

red 208 ◦ green 21 ◦ blue 250

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

Shades of Psychedelic Purple #D015FA

Tints of Psychedelic Purple #D015FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.38%

 BLUE value IS 250 (98.05% from 255) = 52.19%

R = 43.42%
G = 4.38%
B = 52.19%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D015FA (or 0xD015FA) is known color: Psychedelic Purple. HEX triplet: D0, 15 and FA. RGB value is (208,21,250). Sum of RGB (Red+Green+Blue) = 208+21+250=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 21 (8.59% from 255 or 4.38% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #D015FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D015FA is #2FEA05. Grayscale: #666666. Windows color (decimal): -3140102 or 16389584. OLE color: 16389584.

HSL color Cylindrical-coordinate representation of color #D015FA: hue angle of 289º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D015FA is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 21 250 -
CMYK 0.17 0.92 0 0.02
HSL 289º 0.96% 0.53% -
HSV(B) 289º 0.92% 0.98% -
XYZ 43.54 20.85 92.17 -
YUV 103.02 210.95 202.88 -
System Red Green Blue C M Y K H S L
Decimal 208 21 250 0.17 0.92 0 0.02 289 0.96 0.53
Hex D0 15 FA 11 5C 0 2 121 60 35
Octal 320 25 372 21 134 0 2 441 140 65
Binary 11010000 10101 11111010 10001 1011100 0 10 100100001 1100000 110101

Color Harmonies of #D015FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D015FA

Black with #D015FA

Text Example


Text Example

White with #D015FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D015FA; }

 p { color: rgb(208,21,250); }

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

background-color css

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

 a { background-color: rgb(208,21,250); }

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

border-color css

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

 span { border-color: rgb(208,21,250); }

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