Html Css Color HEX #D219FD Psychedelic Purple

📋 copy color: '#D219FD'

red 210 ◦ green 25 ◦ blue 253

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

Shades of Psychedelic Purple #D219FD

Tints of Psychedelic Purple #D219FD

RGB

 RED value IS 210 (82.42% from 255) = 43.03%

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

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

R = 43.03%
G = 5.12%
B = 51.84%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D219FD (or 0xD219FD) is known color: Psychedelic Purple. HEX triplet: D2, 19 and FD. RGB value is (210,25,253). Sum of RGB (Red+Green+Blue) = 210+25+253=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 25 (10.16% from 255 or 5.12% 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 #D219FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D219FD is #2DE602. Grayscale: #696969. Windows color (decimal): -3008003 or 16587218. OLE color: 16587218.

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

Color convert

RGB 210 25 253 -
CMYK 0.17 0.90 0 0.01
HSL 288.68º 0.98% 0.55% -
HSV(B) 288.68º 0.9% 0.99% -
XYZ 44.66 21.49 94.72 -
YUV 106.31 210.79 201.96 -
System Red Green Blue C M Y K H S L
Decimal 210 25 253 0.17 0.90 0 0.01 288.68 0.98 0.55
Hex D2 19 FD 11 5A 0 1 121 62 37
Octal 322 31 375 21 132 0 1 441 142 67
Binary 11010010 11001 11111101 10001 1011010 0 1 100100001 1100010 110111

Color Harmonies of #D219FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D219FD

Black with #D219FD

Text Example


Text Example

White with #D219FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D219FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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