Html Css Color HEX #D90AFD Psychedelic Purple

📋 copy color: '#D90AFD'

red 217 ◦ green 10 ◦ blue 253

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

Shades of Psychedelic Purple #D90AFD

Tints of Psychedelic Purple #D90AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.71%

R = 45.21%
G = 2.08%
B = 52.71%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D90AFD (or 0xD90AFD) is known color: Psychedelic Purple. HEX triplet: D9, 0A and FD. RGB value is (217,10,253). Sum of RGB (Red+Green+Blue) = 217+10+253=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 10 (4.30% from 255 or 2.08% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #D90AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90AFD is #26F502. Grayscale: #626262. Windows color (decimal): -2553091 or 16583385. OLE color: 16583385.

HSL color Cylindrical-coordinate representation of color #D90AFD: hue angle of 291.11º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90AFD is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 10 253 -
CMYK 0.14 0.96 0 0.01
HSL 291.11º 0.98% 0.52% -
HSV(B) 291.11º 0.96% 0.99% -
XYZ 46.45 22.06 94.74 -
YUV 99.6 214.58 211.74 -
System Red Green Blue C M Y K H S L
Decimal 217 10 253 0.14 0.96 0 0.01 291.11 0.98 0.52
Hex D9 A FD E 60 0 1 123 62 34
Octal 331 12 375 16 140 0 1 443 142 64
Binary 11011001 1010 11111101 1110 1100000 0 1 100100011 1100010 110100

Color Harmonies of #D90AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90AFD

Black with #D90AFD

Text Example


Text Example

White with #D90AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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