Html Css Color HEX #D810FD Psychedelic Purple

📋 copy color: '#D810FD'

red 216 ◦ green 16 ◦ blue 253

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

Shades of Psychedelic Purple #D810FD

Tints of Psychedelic Purple #D810FD

RGB

 RED value IS 216 (84.77% from 255) = 44.54%

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

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

R = 44.54%
G = 3.3%
B = 52.16%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D810FD (or 0xD810FD) is known color: Psychedelic Purple. HEX triplet: D8, 10 and FD. RGB value is (216,16,253). Sum of RGB (Red+Green+Blue) = 216+16+253=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #D810FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D810FD is #27EF02. Grayscale: #666666. Windows color (decimal): -2617091 or 16584920. OLE color: 16584920.

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

Color convert

RGB 216 16 253 -
CMYK 0.15 0.94 0 0.01
HSL 290.63º 0.98% 0.53% -
HSV(B) 290.63º 0.94% 0.99% -
XYZ 46.23 22.06 94.75 -
YUV 102.82 212.76 208.73 -
System Red Green Blue C M Y K H S L
Decimal 216 16 253 0.15 0.94 0 0.01 290.63 0.98 0.53
Hex D8 10 FD F 5E 0 1 123 62 35
Octal 330 20 375 17 136 0 1 443 142 65
Binary 11011000 10000 11111101 1111 1011110 0 1 100100011 1100010 110101

Color Harmonies of #D810FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D810FD

Black with #D810FD

Text Example


Text Example

White with #D810FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D810FD; }

 p { color: rgb(216,16,253); }

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

background-color css

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

 a { background-color: rgb(216,16,253); }

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

border-color css

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

 span { border-color: rgb(216,16,253); }

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