Html Css Color HEX #D10DEB Psychedelic Purple

📋 copy color: '#D10DEB'

red 209 ◦ green 13 ◦ blue 235

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

Shades of Psychedelic Purple #D10DEB

Tints of Psychedelic Purple #D10DEB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.84%

 BLUE value IS 235 (92.19% from 255) = 51.42%

R = 45.73%
G = 2.84%
B = 51.42%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D10DEB (or 0xD10DEB) is known color: Psychedelic Purple. HEX triplet: D1, 0D and EB. RGB value is (209,13,235). Sum of RGB (Red+Green+Blue) = 209+13+235=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 13 (5.47% from 255 or 2.84% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #D10DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10DEB is #2EF214. Grayscale: #606060. Windows color (decimal): -3076629 or 15404497. OLE color: 15404497.

HSL color Cylindrical-coordinate representation of color #D10DEB: hue angle of 292.97º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10DEB is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 13 235 -
CMYK 0.11 0.94 0 0.08
HSL 292.97º 0.9% 0.49% -
HSV(B) 292.97º 0.94% 0.92% -
XYZ 41.43 19.84 80.24 -
YUV 96.91 205.93 207.95 -
System Red Green Blue C M Y K H S L
Decimal 209 13 235 0.11 0.94 0 0.08 292.97 0.9 0.49
Hex D1 D EB B 5E 0 8 125 5A 31
Octal 321 15 353 13 136 0 10 445 132 61
Binary 11010001 1101 11101011 1011 1011110 0 1000 100100101 1011010 110001

Color Harmonies of #D10DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10DEB

Black with #D10DEB

Text Example


Text Example

White with #D10DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10DEB; }

 p { color: rgb(209,13,235); }

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

background-color css

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

 a { background-color: rgb(209,13,235); }

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

border-color css

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

 span { border-color: rgb(209,13,235); }

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