Html Css Color HEX #D510FF Psychedelic Purple

📋 copy color: '#D510FF'

red 213 ◦ green 16 ◦ blue 255

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

Shades of Psychedelic Purple #D510FF

Tints of Psychedelic Purple #D510FF

RGB

 RED value IS 213 (83.59% from 255) = 44.01%

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

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

R = 44.01%
G = 3.31%
B = 52.69%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D510FF (or 0xD510FF) is known color: Psychedelic Purple. HEX triplet: D5, 10 and FF. RGB value is (213,16,255). Sum of RGB (Red+Green+Blue) = 213+16+255=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 16 (6.64% from 255 or 3.31% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #D510FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D510FF is #2AEF00. Grayscale: #656565. Windows color (decimal): -2813697 or 16715989. OLE color: 16715989.

HSL color Cylindrical-coordinate representation of color #D510FF: hue angle of 289.46º 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 #D510FF is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 213 16 255 -
CMYK 0.16 0.94 0 0
HSL 289.46º 1% 0.53% -
HSV(B) 289.46º 0.94% 1% -
XYZ 45.68 21.74 96.4 -
YUV 102.15 214.27 207.07 -
System Red Green Blue C M Y K H S L
Decimal 213 16 255 0.16 0.94 0 0 289.46 1 0.53
Hex D5 10 FF 10 5E 0 0 121 64 35
Octal 325 20 377 20 136 0 0 441 144 65
Binary 11010101 10000 11111111 10000 1011110 0 0 100100001 1100100 110101

Color Harmonies of #D510FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D510FF

Black with #D510FF

Text Example


Text Example

White with #D510FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D510FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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