Html Css Color HEX #D90DF9 Psychedelic Purple

📋 copy color: '#D90DF9'

red 217 ◦ green 13 ◦ blue 249

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

Shades of Psychedelic Purple #D90DF9

Tints of Psychedelic Purple #D90DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.98%

R = 45.3%
G = 2.71%
B = 51.98%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D90DF9 (or 0xD90DF9) is known color: Psychedelic Purple. HEX triplet: D9, 0D and F9. RGB value is (217,13,249). Sum of RGB (Red+Green+Blue) = 217+13+249=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 13 (5.47% from 255 or 2.71% from 479); Blue value is 249 (97.66% from 255 or 51.98% from 479); Max value from RGB is 249 - color contains mainly: blue. Hex color #D90DF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90DF9 is #26F206. Grayscale: #646464. Windows color (decimal): -2552327 or 16322009. OLE color: 16322009.

HSL color Cylindrical-coordinate representation of color #D90DF9: hue angle of 291.86º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90DF9 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 13 249 -
CMYK 0.13 0.95 0 0.02
HSL 291.86º 0.95% 0.51% -
HSV(B) 291.86º 0.95% 0.98% -
XYZ 45.86 21.88 91.43 -
YUV 100.9 211.59 210.81 -
System Red Green Blue C M Y K H S L
Decimal 217 13 249 0.13 0.95 0 0.02 291.86 0.95 0.51
Hex D9 D F9 D 5F 0 2 124 5F 33
Octal 331 15 371 15 137 0 2 444 137 63
Binary 11011001 1101 11111001 1101 1011111 0 10 100100100 1011111 110011

Color Harmonies of #D90DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90DF9

Black with #D90DF9

Text Example


Text Example

White with #D90DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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