Html Css Color HEX #D015F3 Psychedelic Purple

📋 copy color: '#D015F3'

red 208 ◦ green 21 ◦ blue 243

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

Shades of Psychedelic Purple #D015F3

Tints of Psychedelic Purple #D015F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.48%

R = 44.07%
G = 4.45%
B = 51.48%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D015F3 (or 0xD015F3) is known color: Psychedelic Purple. HEX triplet: D0, 15 and F3. RGB value is (208,21,243). Sum of RGB (Red+Green+Blue) = 208+21+243=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #D015F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D015F3 is #2FEA0C. Grayscale: #656565. Windows color (decimal): -3140109 or 15930832. OLE color: 15930832.

HSL color Cylindrical-coordinate representation of color #D015F3: hue angle of 290.54º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D015F3 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 21 243 -
CMYK 0.14 0.91 0 0.05
HSL 290.54º 0.9% 0.52% -
HSV(B) 290.54º 0.91% 0.95% -
XYZ 42.46 20.42 86.5 -
YUV 102.22 207.45 203.45 -
System Red Green Blue C M Y K H S L
Decimal 208 21 243 0.14 0.91 0 0.05 290.54 0.9 0.52
Hex D0 15 F3 E 5B 0 5 123 5A 34
Octal 320 25 363 16 133 0 5 443 132 64
Binary 11010000 10101 11110011 1110 1011011 0 101 100100011 1011010 110100

Color Harmonies of #D015F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D015F3

Black with #D015F3

Text Example


Text Example

White with #D015F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D015F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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