Html Css Color HEX #D90DE5 Psychedelic Purple

📋 copy color: '#D90DE5'

red 217 ◦ green 13 ◦ blue 229

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

Shades of Psychedelic Purple #D90DE5

Tints of Psychedelic Purple #D90DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.89%

R = 47.28%
G = 2.83%
B = 49.89%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D90DE5 (or 0xD90DE5) is known color: Psychedelic Purple. HEX triplet: D9, 0D and E5. RGB value is (217,13,229). Sum of RGB (Red+Green+Blue) = 217+13+229=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #D90DE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90DE5 is #26F21A. Grayscale: #616161. Windows color (decimal): -2552347 or 15011289. OLE color: 15011289.

HSL color Cylindrical-coordinate representation of color #D90DE5: hue angle of 296.67º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90DE5 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 13 229 -
CMYK 0.05 0.94 0 0.10
HSL 296.67º 0.89% 0.47% -
HSV(B) 296.67º 0.94% 0.9% -
XYZ 42.9 20.7 75.86 -
YUV 98.62 201.59 212.44 -
System Red Green Blue C M Y K H S L
Decimal 217 13 229 0.05 0.94 0 0.10 296.67 0.89 0.47
Hex D9 D E5 5 5E 0 A 129 59 2F
Octal 331 15 345 5 136 0 12 451 131 57
Binary 11011001 1101 11100101 101 1011110 0 1010 100101001 1011001 101111

Color Harmonies of #D90DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90DE5

Black with #D90DE5

Text Example


Text Example

White with #D90DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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