Html Css Color HEX #D619FD Psychedelic Purple

📋 copy color: '#D619FD'

red 214 ◦ green 25 ◦ blue 253

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

Shades of Psychedelic Purple #D619FD

Tints of Psychedelic Purple #D619FD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.08%

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

R = 43.5%
G = 5.08%
B = 51.42%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D619FD (or 0xD619FD) is known color: Psychedelic Purple. HEX triplet: D6, 19 and FD. RGB value is (214,25,253). Sum of RGB (Red+Green+Blue) = 214+25+253=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 25 (10.16% from 255 or 5.08% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #D619FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D619FD is #29E602. Grayscale: #6A6A6A. Windows color (decimal): -2745859 or 16587222. OLE color: 16587222.

HSL color Cylindrical-coordinate representation of color #D619FD: hue angle of 289.74º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D619FD is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 25 253 -
CMYK 0.15 0.90 0 0.01
HSL 289.74º 0.98% 0.55% -
HSV(B) 289.74º 0.9% 0.99% -
XYZ 45.81 22.08 94.78 -
YUV 107.5 210.12 203.96 -
System Red Green Blue C M Y K H S L
Decimal 214 25 253 0.15 0.90 0 0.01 289.74 0.98 0.55
Hex D6 19 FD F 5A 0 1 122 62 37
Octal 326 31 375 17 132 0 1 442 142 67
Binary 11010110 11001 11111101 1111 1011010 0 1 100100010 1100010 110111

Color Harmonies of #D619FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619FD

Black with #D619FD

Text Example


Text Example

White with #D619FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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