Html Css Color HEX #D90AF8 Psychedelic Purple

📋 copy color: '#D90AF8'

red 217 ◦ green 10 ◦ blue 248

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

Shades of Psychedelic Purple #D90AF8

Tints of Psychedelic Purple #D90AF8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.11%

 BLUE value IS 248 (97.27% from 255) = 52.21%

R = 45.68%
G = 2.11%
B = 52.21%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D90AF8 (or 0xD90AF8) is known color: Psychedelic Purple. HEX triplet: D9, 0A and F8. RGB value is (217,10,248). Sum of RGB (Red+Green+Blue) = 217+10+248=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 10 (4.30% from 255 or 2.11% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #D90AF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90AF8 is #26F507. Grayscale: #626262. Windows color (decimal): -2553096 or 16255705. OLE color: 16255705.

HSL color Cylindrical-coordinate representation of color #D90AF8: hue angle of 292.18º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90AF8 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 217 10 248 -
CMYK 0.12 0.96 0 0.03
HSL 292.18º 0.94% 0.51% -
HSV(B) 292.18º 0.96% 0.97% -
XYZ 45.67 21.75 90.6 -
YUV 99.03 212.08 212.15 -
System Red Green Blue C M Y K H S L
Decimal 217 10 248 0.12 0.96 0 0.03 292.18 0.94 0.51
Hex D9 A F8 C 60 0 3 124 5E 33
Octal 331 12 370 14 140 0 3 444 136 63
Binary 11011001 1010 11111000 1100 1100000 0 11 100100100 1011110 110011

Color Harmonies of #D90AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90AF8

Black with #D90AF8

Text Example


Text Example

White with #D90AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90AF8; }

 p { color: rgb(217,10,248); }

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

background-color css

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

 a { background-color: rgb(217,10,248); }

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

border-color css

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

 span { border-color: rgb(217,10,248); }

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