Html Css Color HEX #D217E6 Psychedelic Purple

📋 copy color: '#D217E6'

red 210 ◦ green 23 ◦ blue 230

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

Shades of Psychedelic Purple #D217E6

Tints of Psychedelic Purple #D217E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.68%

R = 45.36%
G = 4.97%
B = 49.68%

CMYK

 C value IS 0.09

 M value IS 0.9

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D217E6 (or 0xD217E6) is known color: Psychedelic Purple. HEX triplet: D2, 17 and E6. RGB value is (210,23,230). Sum of RGB (Red+Green+Blue) = 210+23+230=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #D217E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D217E6 is #2DE819. Grayscale: #656565. Windows color (decimal): -3008538 or 15079378. OLE color: 15079378.

HSL color Cylindrical-coordinate representation of color #D217E6: hue angle of 294.2º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D217E6 is Cyan = 0.09, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 23 230 -
CMYK 0.09 0.9 0 0.10
HSL 294.2º 0.82% 0.5% -
HSV(B) 294.2º 0.9% 0.9% -
XYZ 41.17 20.03 76.56 -
YUV 102.51 199.95 204.67 -
System Red Green Blue C M Y K H S L
Decimal 210 23 230 0.09 0.9 0 0.10 294.2 0.82 0.5
Hex D2 17 E6 9 5A 0 A 126 52 32
Octal 322 27 346 11 132 0 12 446 122 62
Binary 11010010 10111 11100110 1001 1011010 0 1010 100100110 1010010 110010

Color Harmonies of #D217E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D217E6

Black with #D217E6

Text Example


Text Example

White with #D217E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D217E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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