Html Css Color HEX #D015F6 Psychedelic Purple

📋 copy color: '#D015F6'

red 208 ◦ green 21 ◦ blue 246

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

Shades of Psychedelic Purple #D015F6

Tints of Psychedelic Purple #D015F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.79%

R = 43.79%
G = 4.42%
B = 51.79%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D015F6 (or 0xD015F6) is known color: Psychedelic Purple. HEX triplet: D0, 15 and F6. RGB value is (208,21,246). Sum of RGB (Red+Green+Blue) = 208+21+246=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #D015F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D015F6 is #2FEA09. Grayscale: #656565. Windows color (decimal): -3140106 or 16127440. OLE color: 16127440.

HSL color Cylindrical-coordinate representation of color #D015F6: hue angle of 289.87º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D015F6 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 21 246 -
CMYK 0.15 0.91 0 0.04
HSL 289.87º 0.93% 0.52% -
HSV(B) 289.87º 0.91% 0.96% -
XYZ 42.92 20.6 88.9 -
YUV 102.56 208.95 203.2 -
System Red Green Blue C M Y K H S L
Decimal 208 21 246 0.15 0.91 0 0.04 289.87 0.93 0.52
Hex D0 15 F6 F 5B 0 4 122 5D 34
Octal 320 25 366 17 133 0 4 442 135 64
Binary 11010000 10101 11110110 1111 1011011 0 100 100100010 1011101 110100

Color Harmonies of #D015F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D015F6

Black with #D015F6

Text Example


Text Example

White with #D015F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D015F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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