Html Css Color HEX #D010FF Psychedelic Purple

📋 copy color: '#D010FF'

red 208 ◦ green 16 ◦ blue 255

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

Shades of Psychedelic Purple #D010FF

Tints of Psychedelic Purple #D010FF

RGB

 RED value IS 208 (81.64% from 255) = 43.42%

 GREEN value IS 16 (6.64% from 255) = 3.34%

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

R = 43.42%
G = 3.34%
B = 53.24%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D010FF (or 0xD010FF) is known color: Psychedelic Purple. HEX triplet: D0, 10 and FF. RGB value is (208,16,255). Sum of RGB (Red+Green+Blue) = 208+16+255=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 16 (6.64% from 255 or 3.34% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #D010FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D010FF is #2FEF00. Grayscale: #636363. Windows color (decimal): -3141377 or 16715984. OLE color: 16715984.

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

Color convert

RGB 208 16 255 -
CMYK 0.18 0.94 0 0
HSL 288.2º 1% 0.53% -
HSV(B) 288.2º 0.94% 1% -
XYZ 44.25 21 96.33 -
YUV 100.65 215.11 204.57 -
System Red Green Blue C M Y K H S L
Decimal 208 16 255 0.18 0.94 0 0 288.2 1 0.53
Hex D0 10 FF 12 5E 0 0 120 64 35
Octal 320 20 377 22 136 0 0 440 144 65
Binary 11010000 10000 11111111 10010 1011110 0 0 100100000 1100100 110101

Color Harmonies of #D010FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010FF

Black with #D010FF

Text Example


Text Example

White with #D010FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010FF; }

 p { color: rgb(208,16,255); }

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

background-color css

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

 a { background-color: rgb(208,16,255); }

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

border-color css

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

 span { border-color: rgb(208,16,255); }

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