Html Css Color HEX #D219F1 Psychedelic Purple

📋 copy color: '#D219F1'

red 210 ◦ green 25 ◦ blue 241

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

Shades of Psychedelic Purple #D219F1

Tints of Psychedelic Purple #D219F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.63%

R = 44.12%
G = 5.25%
B = 50.63%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D219F1 (or 0xD219F1) is known color: Psychedelic Purple. HEX triplet: D2, 19 and F1. RGB value is (210,25,241). Sum of RGB (Red+Green+Blue) = 210+25+241=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #D219F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D219F1 is #2DE60E. Grayscale: #686868. Windows color (decimal): -3008015 or 15800786. OLE color: 15800786.

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

Color convert

RGB 210 25 241 -
CMYK 0.13 0.90 0 0.05
HSL 291.39º 0.89% 0.52% -
HSV(B) 291.39º 0.9% 0.95% -
XYZ 42.8 20.75 84.97 -
YUV 104.94 204.79 202.94 -
System Red Green Blue C M Y K H S L
Decimal 210 25 241 0.13 0.90 0 0.05 291.39 0.89 0.52
Hex D2 19 F1 D 5A 0 5 123 59 34
Octal 322 31 361 15 132 0 5 443 131 64
Binary 11010010 11001 11110001 1101 1011010 0 101 100100011 1011001 110100

Color Harmonies of #D219F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D219F1

Black with #D219F1

Text Example


Text Example

White with #D219F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D219F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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