Html Css Color HEX #D812FD Psychedelic Purple

📋 copy color: '#D812FD'

red 216 ◦ green 18 ◦ blue 253

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

Shades of Psychedelic Purple #D812FD

Tints of Psychedelic Purple #D812FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.7%

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

R = 44.35%
G = 3.7%
B = 51.95%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D812FD (or 0xD812FD) is known color: Psychedelic Purple. HEX triplet: D8, 12 and FD. RGB value is (216,18,253). Sum of RGB (Red+Green+Blue) = 216+18+253=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 18 (7.42% from 255 or 3.70% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #D812FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D812FD is #27ED02. Grayscale: #676767. Windows color (decimal): -2616579 or 16585432. OLE color: 16585432.

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

Color convert

RGB 216 18 253 -
CMYK 0.15 0.93 0 0.01
HSL 290.55º 0.98% 0.53% -
HSV(B) 290.55º 0.93% 0.99% -
XYZ 46.26 22.12 94.76 -
YUV 103.99 212.1 207.89 -
System Red Green Blue C M Y K H S L
Decimal 216 18 253 0.15 0.93 0 0.01 290.55 0.98 0.53
Hex D8 12 FD F 5D 0 1 123 62 35
Octal 330 22 375 17 135 0 1 443 142 65
Binary 11011000 10010 11111101 1111 1011101 0 1 100100011 1100010 110101

Color Harmonies of #D812FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D812FD

Black with #D812FD

Text Example


Text Example

White with #D812FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D812FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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