Html Css Color HEX #D90BF1 Psychedelic Purple

📋 copy color: '#D90BF1'

red 217 ◦ green 11 ◦ blue 241

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

Shades of Psychedelic Purple #D90BF1

Tints of Psychedelic Purple #D90BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.39%

R = 46.27%
G = 2.35%
B = 51.39%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D90BF1 (or 0xD90BF1) is known color: Psychedelic Purple. HEX triplet: D9, 0B and F1. RGB value is (217,11,241). Sum of RGB (Red+Green+Blue) = 217+11+241=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 11 (4.69% from 255 or 2.35% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #D90BF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90BF1 is #26F40E. Grayscale: #626262. Windows color (decimal): -2552847 or 15797209. OLE color: 15797209.

HSL color Cylindrical-coordinate representation of color #D90BF1: hue angle of 293.74º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90BF1 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 11 241 -
CMYK 0.10 0.95 0 0.05
HSL 293.74º 0.91% 0.49% -
HSV(B) 293.74º 0.95% 0.95% -
XYZ 44.61 21.34 84.99 -
YUV 98.81 208.25 212.3 -
System Red Green Blue C M Y K H S L
Decimal 217 11 241 0.10 0.95 0 0.05 293.74 0.91 0.49
Hex D9 B F1 A 5F 0 5 126 5B 31
Octal 331 13 361 12 137 0 5 446 133 61
Binary 11011001 1011 11110001 1010 1011111 0 101 100100110 1011011 110001

Color Harmonies of #D90BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90BF1

Black with #D90BF1

Text Example


Text Example

White with #D90BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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