Html Css Color HEX #D90BFE Psychedelic Purple

📋 copy color: '#D90BFE'

red 217 ◦ green 11 ◦ blue 254

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

Shades of Psychedelic Purple #D90BFE

Tints of Psychedelic Purple #D90BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 45.02%
G = 2.28%
B = 52.7%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D90BFE (or 0xD90BFE) is known color: Psychedelic Purple. HEX triplet: D9, 0B and FE. RGB value is (217,11,254). Sum of RGB (Red+Green+Blue) = 217+11+254=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 11 (4.69% from 255 or 2.28% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #D90BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90BFE is #26F401. Grayscale: #636363. Windows color (decimal): -2552834 or 16649177. OLE color: 16649177.

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

Color convert

RGB 217 11 254 -
CMYK 0.15 0.96 0 0.00
HSL 290.86º 0.99% 0.52% -
HSV(B) 290.86º 0.96% 1% -
XYZ 46.62 22.15 95.58 -
YUV 100.3 214.75 211.24 -
System Red Green Blue C M Y K H S L
Decimal 217 11 254 0.15 0.96 0 0.00 290.86 0.99 0.52
Hex D9 B FE F 60 0 0 123 63 34
Octal 331 13 376 17 140 0 0 443 143 64
Binary 11011001 1011 11111110 1111 1100000 0 0 100100011 1100011 110100

Color Harmonies of #D90BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90BFE

Black with #D90BFE

Text Example


Text Example

White with #D90BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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