Html Css Color HEX #D90BE5 Psychedelic Purple

📋 copy color: '#D90BE5'

red 217 ◦ green 11 ◦ blue 229

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

Shades of Psychedelic Purple #D90BE5

Tints of Psychedelic Purple #D90BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.11%

R = 47.48%
G = 2.41%
B = 50.11%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D90BE5 (or 0xD90BE5) is known color: Psychedelic Purple. HEX triplet: D9, 0B and E5. RGB value is (217,11,229). Sum of RGB (Red+Green+Blue) = 217+11+229=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #D90BE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90BE5 is #26F41A. Grayscale: #606060. Windows color (decimal): -2552859 or 15010777. OLE color: 15010777.

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

Color convert

RGB 217 11 229 -
CMYK 0.05 0.95 0 0.10
HSL 296.7º 0.91% 0.47% -
HSV(B) 296.7º 0.95% 0.9% -
XYZ 42.88 20.65 75.85 -
YUV 97.45 202.25 213.27 -
System Red Green Blue C M Y K H S L
Decimal 217 11 229 0.05 0.95 0 0.10 296.7 0.91 0.47
Hex D9 B E5 5 5F 0 A 129 5B 2F
Octal 331 13 345 5 137 0 12 451 133 57
Binary 11011001 1011 11100101 101 1011111 0 1010 100101001 1011011 101111

Color Harmonies of #D90BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90BE5

Black with #D90BE5

Text Example


Text Example

White with #D90BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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