Html Css Color HEX #D90DE7 Psychedelic Purple

📋 copy color: '#D90DE7'

red 217 ◦ green 13 ◦ blue 231

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

Shades of Psychedelic Purple #D90DE7

Tints of Psychedelic Purple #D90DE7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.82%

 BLUE value IS 231 (90.63% from 255) = 50.11%

R = 47.07%
G = 2.82%
B = 50.11%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D90DE7 (or 0xD90DE7) is known color: Psychedelic Purple. HEX triplet: D9, 0D and E7. RGB value is (217,13,231). Sum of RGB (Red+Green+Blue) = 217+13+231=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 13 (5.47% from 255 or 2.82% from 461); Blue value is 231 (90.62% from 255 or 50.11% from 461); Max value from RGB is 231 - color contains mainly: blue. Hex color #D90DE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90DE7 is #26F218. Grayscale: #626262. Windows color (decimal): -2552345 or 15142361. OLE color: 15142361.

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

Color convert

RGB 217 13 231 -
CMYK 0.06 0.94 0 0.09
HSL 296.15º 0.89% 0.48% -
HSV(B) 296.15º 0.94% 0.91% -
XYZ 43.18 20.81 77.34 -
YUV 98.85 202.59 212.27 -
System Red Green Blue C M Y K H S L
Decimal 217 13 231 0.06 0.94 0 0.09 296.15 0.89 0.48
Hex D9 D E7 6 5E 0 9 128 59 30
Octal 331 15 347 6 136 0 11 450 131 60
Binary 11011001 1101 11100111 110 1011110 0 1001 100101000 1011001 110000

Color Harmonies of #D90DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90DE7

Black with #D90DE7

Text Example


Text Example

White with #D90DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90DE7; }

 p { color: rgb(217,13,231); }

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

background-color css

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

 a { background-color: rgb(217,13,231); }

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

border-color css

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

 span { border-color: rgb(217,13,231); }

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