Html Css Color HEX #D217F9 Psychedelic Purple

📋 copy color: '#D217F9'

red 210 ◦ green 23 ◦ blue 249

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

Shades of Psychedelic Purple #D217F9

Tints of Psychedelic Purple #D217F9

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.77%

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

R = 43.57%
G = 4.77%
B = 51.66%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D217F9 (or 0xD217F9) is known color: Psychedelic Purple. HEX triplet: D2, 17 and F9. RGB value is (210,23,249). Sum of RGB (Red+Green+Blue) = 210+23+249=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 23 (9.38% from 255 or 4.77% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #D217F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D217F9 is #2DE806. Grayscale: #676767. Windows color (decimal): -3008519 or 16324562. OLE color: 16324562.

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

Color convert

RGB 210 23 249 -
CMYK 0.16 0.91 0 0.02
HSL 289.65º 0.95% 0.53% -
HSV(B) 289.65º 0.91% 0.98% -
XYZ 43.98 21.15 91.39 -
YUV 104.68 209.45 203.12 -
System Red Green Blue C M Y K H S L
Decimal 210 23 249 0.16 0.91 0 0.02 289.65 0.95 0.53
Hex D2 17 F9 10 5B 0 2 122 5F 35
Octal 322 27 371 20 133 0 2 442 137 65
Binary 11010010 10111 11111001 10000 1011011 0 10 100100010 1011111 110101

Color Harmonies of #D217F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D217F9

Black with #D217F9

Text Example


Text Example

White with #D217F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D217F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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