Html Css Color HEX #D218F1 Psychedelic Purple

📋 copy color: '#D218F1'

red 210 ◦ green 24 ◦ blue 241

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

Shades of Psychedelic Purple #D218F1

Tints of Psychedelic Purple #D218F1

RGB

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

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

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

R = 44.21%
G = 5.05%
B = 50.74%

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

#D218F1 (or 0xD218F1) is known color: Psychedelic Purple. HEX triplet: D2, 18 and F1. RGB value is (210,24,241). Sum of RGB (Red+Green+Blue) = 210+24+241=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #D218F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D218F1 is #2DE70E. Grayscale: #676767. Windows color (decimal): -3008271 or 15800530. OLE color: 15800530.

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

Color convert

RGB 210 24 241 -
CMYK 0.13 0.90 0 0.05
HSL 291.43º 0.89% 0.52% -
HSV(B) 291.43º 0.9% 0.95% -
XYZ 42.78 20.71 84.96 -
YUV 104.35 205.12 203.36 -
System Red Green Blue C M Y K H S L
Decimal 210 24 241 0.13 0.90 0 0.05 291.43 0.89 0.52
Hex D2 18 F1 D 5A 0 5 123 59 34
Octal 322 30 361 15 132 0 5 443 131 64
Binary 11010010 11000 11110001 1101 1011010 0 101 100100011 1011001 110100

Color Harmonies of #D218F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D218F1

Black with #D218F1

Text Example


Text Example

White with #D218F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D218F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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