Html Css Color HEX #D90BFF Psychedelic Purple

📋 copy color: '#D90BFF'

red 217 ◦ green 11 ◦ blue 255

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

Shades of Psychedelic Purple #D90BFF

Tints of Psychedelic Purple #D90BFF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.28%

 BLUE value IS 255 (100% from 255) = 52.8%

R = 44.93%
G = 2.28%
B = 52.8%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D90BFF (or 0xD90BFF) is known color: Psychedelic Purple. HEX triplet: D9, 0B and FF. RGB value is (217,11,255). Sum of RGB (Red+Green+Blue) = 217+11+255=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 11 (4.69% from 255 or 2.28% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #D90BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90BFF is #26F400. Grayscale: #636363. Windows color (decimal): -2552833 or 16714713. OLE color: 16714713.

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

Color convert

RGB 217 11 255 -
CMYK 0.15 0.96 0 0
HSL 290.66º 1% 0.52% -
HSV(B) 290.66º 0.96% 1% -
XYZ 46.78 22.21 96.43 -
YUV 100.41 215.25 211.16 -
System Red Green Blue C M Y K H S L
Decimal 217 11 255 0.15 0.96 0 0 290.66 1 0.52
Hex D9 B FF F 60 0 0 123 64 34
Octal 331 13 377 17 140 0 0 443 144 64
Binary 11011001 1011 11111111 1111 1100000 0 0 100100011 1100100 110100

Color Harmonies of #D90BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90BFF

Black with #D90BFF

Text Example


Text Example

White with #D90BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90BFF; }

 p { color: rgb(217,11,255); }

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

background-color css

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

 a { background-color: rgb(217,11,255); }

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

border-color css

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

 span { border-color: rgb(217,11,255); }

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