Html Css Color HEX #D615FD Psychedelic Purple

📋 copy color: '#D615FD'

red 214 ◦ green 21 ◦ blue 253

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

Shades of Psychedelic Purple #D615FD

Tints of Psychedelic Purple #D615FD

RGB

 RED value IS 214 (83.98% from 255) = 43.85%

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

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

R = 43.85%
G = 4.3%
B = 51.84%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D615FD (or 0xD615FD) is known color: Psychedelic Purple. HEX triplet: D6, 15 and FD. RGB value is (214,21,253). Sum of RGB (Red+Green+Blue) = 214+21+253=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 21 (8.59% from 255 or 4.30% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #D615FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D615FD is #29EA02. Grayscale: #686868. Windows color (decimal): -2746883 or 16586198. OLE color: 16586198.

HSL color Cylindrical-coordinate representation of color #D615FD: hue angle of 289.91º 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 #D615FD is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 21 253 -
CMYK 0.15 0.92 0 0.01
HSL 289.91º 0.98% 0.54% -
HSV(B) 289.91º 0.92% 0.99% -
XYZ 45.73 21.92 94.75 -
YUV 105.16 211.44 205.64 -
System Red Green Blue C M Y K H S L
Decimal 214 21 253 0.15 0.92 0 0.01 289.91 0.98 0.54
Hex D6 15 FD F 5C 0 1 122 62 36
Octal 326 25 375 17 134 0 1 442 142 66
Binary 11010110 10101 11111101 1111 1011100 0 1 100100010 1100010 110110

Color Harmonies of #D615FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615FD

Black with #D615FD

Text Example


Text Example

White with #D615FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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