Html Css Color HEX #D015FD Psychedelic Purple

📋 copy color: '#D015FD'

red 208 ◦ green 21 ◦ blue 253

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

Shades of Psychedelic Purple #D015FD

Tints of Psychedelic Purple #D015FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.49%

R = 43.15%
G = 4.36%
B = 52.49%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D015FD (or 0xD015FD) is known color: Psychedelic Purple. HEX triplet: D0, 15 and FD. RGB value is (208,21,253). Sum of RGB (Red+Green+Blue) = 208+21+253=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #D015FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D015FD is #2FEA02. Grayscale: #666666. Windows color (decimal): -3140099 or 16586192. OLE color: 16586192.

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

Color convert

RGB 208 21 253 -
CMYK 0.18 0.92 0 0.01
HSL 288.36º 0.98% 0.54% -
HSV(B) 288.36º 0.92% 0.99% -
XYZ 44.01 21.04 94.67 -
YUV 103.36 212.45 202.64 -
System Red Green Blue C M Y K H S L
Decimal 208 21 253 0.18 0.92 0 0.01 288.36 0.98 0.54
Hex D0 15 FD 12 5C 0 1 120 62 36
Octal 320 25 375 22 134 0 1 440 142 66
Binary 11010000 10101 11111101 10010 1011100 0 1 100100000 1100010 110110

Color Harmonies of #D015FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D015FD

Black with #D015FD

Text Example


Text Example

White with #D015FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D015FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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