Html Css Color HEX #D10BEE Psychedelic Purple

📋 copy color: '#D10BEE'

red 209 ◦ green 11 ◦ blue 238

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

Shades of Psychedelic Purple #D10BEE

Tints of Psychedelic Purple #D10BEE

RGB

 RED value IS 209 (82.03% from 255) = 45.63%

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

 BLUE value IS 238 (93.36% from 255) = 51.97%

R = 45.63%
G = 2.4%
B = 51.97%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D10BEE (or 0xD10BEE) is known color: Psychedelic Purple. HEX triplet: D1, 0B and EE. RGB value is (209,11,238). Sum of RGB (Red+Green+Blue) = 209+11+238=458 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.63% from 458); Green value is 11 (4.69% from 255 or 2.40% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #D10BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10BEE is #2EF411. Grayscale: #5F5F5F. Windows color (decimal): -3077138 or 15600593. OLE color: 15600593.

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

Color convert

RGB 209 11 238 -
CMYK 0.12 0.95 0 0.07
HSL 292.33º 0.91% 0.49% -
HSV(B) 292.33º 0.95% 0.93% -
XYZ 41.85 19.97 82.54 -
YUV 96.08 208.1 208.54 -
System Red Green Blue C M Y K H S L
Decimal 209 11 238 0.12 0.95 0 0.07 292.33 0.91 0.49
Hex D1 B EE C 5F 0 7 124 5B 31
Octal 321 13 356 14 137 0 7 444 133 61
Binary 11010001 1011 11101110 1100 1011111 0 111 100100100 1011011 110001

Color Harmonies of #D10BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10BEE

Black with #D10BEE

Text Example


Text Example

White with #D10BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10BEE; }

 p { color: rgb(209,11,238); }

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

background-color css

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

 a { background-color: rgb(209,11,238); }

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

border-color css

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

 span { border-color: rgb(209,11,238); }

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