Html Css Color HEX #D90BEC Psychedelic Purple

📋 copy color: '#D90BEC'

red 217 ◦ green 11 ◦ blue 236

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

Shades of Psychedelic Purple #D90BEC

Tints of Psychedelic Purple #D90BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 46.77%
G = 2.37%
B = 50.86%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D90BEC (or 0xD90BEC) is known color: Psychedelic Purple. HEX triplet: D9, 0B and EC. RGB value is (217,11,236). Sum of RGB (Red+Green+Blue) = 217+11+236=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #D90BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D90BEC is #26F413. Grayscale: #616161. Windows color (decimal): -2552852 or 15469529. OLE color: 15469529.

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

Color convert

RGB 217 11 236 -
CMYK 0.08 0.95 0 0.07
HSL 294.93º 0.91% 0.48% -
HSV(B) 294.93º 0.95% 0.93% -
XYZ 43.88 21.05 81.11 -
YUV 98.24 205.75 212.7 -
System Red Green Blue C M Y K H S L
Decimal 217 11 236 0.08 0.95 0 0.07 294.93 0.91 0.48
Hex D9 B EC 8 5F 0 7 127 5B 30
Octal 331 13 354 10 137 0 7 447 133 60
Binary 11011001 1011 11101100 1000 1011111 0 111 100100111 1011011 110000

Color Harmonies of #D90BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90BEC

Black with #D90BEC

Text Example


Text Example

White with #D90BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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