Html Css Color HEX #D90DEE Psychedelic Purple

📋 copy color: '#D90DEE'

red 217 ◦ green 13 ◦ blue 238

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

Shades of Psychedelic Purple #D90DEE

Tints of Psychedelic Purple #D90DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.85%

R = 46.37%
G = 2.78%
B = 50.85%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D90DEE (or 0xD90DEE) is known color: Psychedelic Purple. HEX triplet: D9, 0D and EE. RGB value is (217,13,238). Sum of RGB (Red+Green+Blue) = 217+13+238=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 13 (5.47% from 255 or 2.78% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #D90DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90DEE is #26F211. Grayscale: #626262. Windows color (decimal): -2552338 or 15601113. OLE color: 15601113.

HSL color Cylindrical-coordinate representation of color #D90DEE: hue angle of 294.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90DEE is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 13 238 -
CMYK 0.09 0.95 0 0.07
HSL 294.4º 0.9% 0.49% -
HSV(B) 294.4º 0.95% 0.93% -
XYZ 44.19 21.21 82.65 -
YUV 99.65 206.09 211.7 -
System Red Green Blue C M Y K H S L
Decimal 217 13 238 0.09 0.95 0 0.07 294.4 0.9 0.49
Hex D9 D EE 9 5F 0 7 126 5A 31
Octal 331 15 356 11 137 0 7 446 132 61
Binary 11011001 1101 11101110 1001 1011111 0 111 100100110 1011010 110001

Color Harmonies of #D90DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90DEE

Black with #D90DEE

Text Example


Text Example

White with #D90DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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