Html Css Color HEX #D015FF Psychedelic Purple

📋 copy color: '#D015FF'

red 208 ◦ green 21 ◦ blue 255

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

Shades of Psychedelic Purple #D015FF

Tints of Psychedelic Purple #D015FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.69%

R = 42.98%
G = 4.34%
B = 52.69%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D015FF (or 0xD015FF) is known color: Psychedelic Purple. HEX triplet: D0, 15 and FF. RGB value is (208,21,255). Sum of RGB (Red+Green+Blue) = 208+21+255=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 21 (8.59% from 255 or 4.34% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #D015FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D015FF is #2FEA00. Grayscale: #666666. Windows color (decimal): -3140097 or 16717264. OLE color: 16717264.

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

Color convert

RGB 208 21 255 -
CMYK 0.18 0.92 0 0
HSL 287.95º 1% 0.54% -
HSV(B) 287.95º 0.92% 1% -
XYZ 44.33 21.17 96.36 -
YUV 103.59 213.45 202.47 -
System Red Green Blue C M Y K H S L
Decimal 208 21 255 0.18 0.92 0 0 287.95 1 0.54
Hex D0 15 FF 12 5C 0 0 120 64 36
Octal 320 25 377 22 134 0 0 440 144 66
Binary 11010000 10101 11111111 10010 1011100 0 0 100100000 1100100 110110

Color Harmonies of #D015FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D015FF

Black with #D015FF

Text Example


Text Example

White with #D015FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D015FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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