Html Css Color HEX #D90BEA Psychedelic Purple

📋 copy color: '#D90BEA'

red 217 ◦ green 11 ◦ blue 234

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

Shades of Psychedelic Purple #D90BEA

Tints of Psychedelic Purple #D90BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.65%

R = 46.97%
G = 2.38%
B = 50.65%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D90BEA (or 0xD90BEA) is known color: Psychedelic Purple. HEX triplet: D9, 0B and EA. RGB value is (217,11,234). Sum of RGB (Red+Green+Blue) = 217+11+234=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 11 (4.69% from 255 or 2.38% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #D90BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90BEA is #26F415. Grayscale: #616161. Windows color (decimal): -2552854 or 15338457. OLE color: 15338457.

HSL color Cylindrical-coordinate representation of color #D90BEA: hue angle of 295.43º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90BEA is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 11 234 -
CMYK 0.07 0.95 0 0.08
HSL 295.43º 0.91% 0.48% -
HSV(B) 295.43º 0.95% 0.92% -
XYZ 43.59 20.93 79.58 -
YUV 98.02 204.75 212.87 -
System Red Green Blue C M Y K H S L
Decimal 217 11 234 0.07 0.95 0 0.08 295.43 0.91 0.48
Hex D9 B EA 7 5F 0 8 127 5B 30
Octal 331 13 352 7 137 0 10 447 133 60
Binary 11011001 1011 11101010 111 1011111 0 1000 100100111 1011011 110000

Color Harmonies of #D90BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90BEA

Black with #D90BEA

Text Example


Text Example

White with #D90BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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