Html Css Color HEX #D900EF Psychedelic Purple

📋 copy color: '#D900EF'

red 217 ◦ green 0 ◦ blue 239

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

Shades of Psychedelic Purple #D900EF

Tints of Psychedelic Purple #D900EF

RGB

 RED value IS 217 (85.16% from 255) = 47.59%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 239 (93.75% from 255) = 52.41%

R = 47.59%
G = 0%
B = 52.41%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D900EF (or 0xD900EF) is known color: Psychedelic Purple. HEX triplet: D9, 00 and EF. RGB value is (217,0,239). Sum of RGB (Red+Green+Blue) = 217+0+239=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #D900EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D900EF is #26FF10. Grayscale: #5B5B5B. Windows color (decimal): -2555665 or 15663321. OLE color: 15663321.

HSL color Cylindrical-coordinate representation of color #D900EF: hue angle of 294.48º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D900EF is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 0 239 -
CMYK 0.09 1 0 0.06
HSL 294.48º 1% 0.47% -
HSV(B) 294.48º 1% 0.94% -
XYZ 44.2 20.98 83.38 -
YUV 92.13 210.89 217.07 -
System Red Green Blue C M Y K H S L
Decimal 217 0 239 0.09 1 0 0.06 294.48 1 0.47
Hex D9 0 EF 9 64 0 6 126 64 2F
Octal 331 0 357 11 144 0 6 446 144 57
Binary 11011001 0 11101111 1001 1100100 0 110 100100110 1100100 101111

Color Harmonies of #D900EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D900EF

Black with #D900EF

Text Example


Text Example

White with #D900EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D900EF; }

 p { color: rgb(217,0,239); }

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

background-color css

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

 a { background-color: rgb(217,0,239); }

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

border-color css

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

 span { border-color: rgb(217,0,239); }

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