Html Css Color HEX #D000E9 Psychedelic Purple

📋 copy color: '#D000E9'

red 208 ◦ green 0 ◦ blue 233

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

Shades of Psychedelic Purple #D000E9

Tints of Psychedelic Purple #D000E9

RGB

 RED value IS 208 (81.64% from 255) = 47.17%

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

 BLUE value IS 233 (91.41% from 255) = 52.83%

R = 47.17%
G = 0%
B = 52.83%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D000E9 (or 0xD000E9) is known color: Psychedelic Purple. HEX triplet: D0, 00 and E9. RGB value is (208,0,233). Sum of RGB (Red+Green+Blue) = 208+0+233=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 233 (91.41% from 255 or 52.83% from 441); Max value from RGB is 233 - color contains mainly: blue. Hex color #D000E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D000E9 is #2FFF16. Grayscale: #585858. Windows color (decimal): -3145495 or 15270096. OLE color: 15270096.

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

Color convert

RGB 208 0 233 -
CMYK 0.11 1 0 0.09
HSL 293.56º 1% 0.46% -
HSV(B) 293.56º 1% 0.91% -
XYZ 40.72 19.29 78.67 -
YUV 88.75 209.41 213.05 -
System Red Green Blue C M Y K H S L
Decimal 208 0 233 0.11 1 0 0.09 293.56 1 0.46
Hex D0 0 E9 B 64 0 9 126 64 2E
Octal 320 0 351 13 144 0 11 446 144 56
Binary 11010000 0 11101001 1011 1100100 0 1001 100100110 1100100 101110

Color Harmonies of #D000E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D000E9

Black with #D000E9

Text Example


Text Example

White with #D000E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D000E9; }

 p { color: rgb(208,0,233); }

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

background-color css

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

 a { background-color: rgb(208,0,233); }

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

border-color css

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

 span { border-color: rgb(208,0,233); }

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