Html Css Color HEX #D10FFD Psychedelic Purple

📋 copy color: '#D10FFD'

red 209 ◦ green 15 ◦ blue 253

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

Shades of Psychedelic Purple #D10FFD

Tints of Psychedelic Purple #D10FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.14%

 BLUE value IS 253 (99.22% from 255) = 53.04%

R = 43.82%
G = 3.14%
B = 53.04%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D10FFD (or 0xD10FFD) is known color: Psychedelic Purple. HEX triplet: D1, 0F and FD. RGB value is (209,15,253). Sum of RGB (Red+Green+Blue) = 209+15+253=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 15 (6.25% from 255 or 3.14% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #D10FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10FFD is #2EF002. Grayscale: #636363. Windows color (decimal): -3076099 or 16584657. OLE color: 16584657.

HSL color Cylindrical-coordinate representation of color #D10FFD: hue angle of 288.91º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10FFD is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 15 253 -
CMYK 0.17 0.94 0 0.01
HSL 288.91º 0.98% 0.53% -
HSV(B) 288.91º 0.94% 0.99% -
XYZ 44.19 20.99 94.65 -
YUV 100.14 214.27 205.65 -
System Red Green Blue C M Y K H S L
Decimal 209 15 253 0.17 0.94 0 0.01 288.91 0.98 0.53
Hex D1 F FD 11 5E 0 1 121 62 35
Octal 321 17 375 21 136 0 1 441 142 65
Binary 11010001 1111 11111101 10001 1011110 0 1 100100001 1100010 110101

Color Harmonies of #D10FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10FFD

Black with #D10FFD

Text Example


Text Example

White with #D10FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10FFD; }

 p { color: rgb(209,15,253); }

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

background-color css

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

 a { background-color: rgb(209,15,253); }

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

border-color css

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

 span { border-color: rgb(209,15,253); }

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