Html Css Color HEX #D10BFF Psychedelic Purple

📋 copy color: '#D10BFF'

red 209 ◦ green 11 ◦ blue 255

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

Shades of Psychedelic Purple #D10BFF

Tints of Psychedelic Purple #D10BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.68%

R = 44%
G = 2.32%
B = 53.68%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D10BFF (or 0xD10BFF) is known color: Psychedelic Purple. HEX triplet: D1, 0B and FF. RGB value is (209,11,255). Sum of RGB (Red+Green+Blue) = 209+11+255=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 11 (4.69% from 255 or 2.32% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #D10BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10BFF is #2EF400. Grayscale: #616161. Windows color (decimal): -3077121 or 16714705. OLE color: 16714705.

HSL color Cylindrical-coordinate representation of color #D10BFF: hue angle of 288.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10BFF is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 209 11 255 -
CMYK 0.18 0.96 0 0
HSL 288.69º 1% 0.52% -
HSV(B) 288.69º 0.96% 1% -
XYZ 44.46 21.01 96.32 -
YUV 98.02 216.6 207.16 -
System Red Green Blue C M Y K H S L
Decimal 209 11 255 0.18 0.96 0 0 288.69 1 0.52
Hex D1 B FF 12 60 0 0 121 64 34
Octal 321 13 377 22 140 0 0 441 144 64
Binary 11010001 1011 11111111 10010 1100000 0 0 100100001 1100100 110100

Color Harmonies of #D10BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10BFF

Black with #D10BFF

Text Example


Text Example

White with #D10BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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