Html Css Color HEX #D218F9 Psychedelic Purple

📋 copy color: '#D218F9'

red 210 ◦ green 24 ◦ blue 249

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

Shades of Psychedelic Purple #D218F9

Tints of Psychedelic Purple #D218F9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.97%

 BLUE value IS 249 (97.66% from 255) = 51.55%

R = 43.48%
G = 4.97%
B = 51.55%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D218F9 (or 0xD218F9) is known color: Psychedelic Purple. HEX triplet: D2, 18 and F9. RGB value is (210,24,249). Sum of RGB (Red+Green+Blue) = 210+24+249=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 24 (9.77% from 255 or 4.97% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #D218F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D218F9 is #2DE706. Grayscale: #686868. Windows color (decimal): -3008263 or 16324818. OLE color: 16324818.

HSL color Cylindrical-coordinate representation of color #D218F9: hue angle of 289.6º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D218F9 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 24 249 -
CMYK 0.16 0.90 0 0.02
HSL 289.6º 0.95% 0.54% -
HSV(B) 289.6º 0.9% 0.98% -
XYZ 44 21.19 91.39 -
YUV 105.26 209.12 202.7 -
System Red Green Blue C M Y K H S L
Decimal 210 24 249 0.16 0.90 0 0.02 289.6 0.95 0.54
Hex D2 18 F9 10 5A 0 2 122 5F 36
Octal 322 30 371 20 132 0 2 442 137 66
Binary 11010010 11000 11111001 10000 1011010 0 10 100100010 1011111 110110

Color Harmonies of #D218F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D218F9

Black with #D218F9

Text Example


Text Example

White with #D218F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D218F9; }

 p { color: rgb(210,24,249); }

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

background-color css

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

 a { background-color: rgb(210,24,249); }

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

border-color css

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

 span { border-color: rgb(210,24,249); }

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