Html Css Color HEX #D512FD Psychedelic Purple

📋 copy color: '#D512FD'

red 213 ◦ green 18 ◦ blue 253

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

Shades of Psychedelic Purple #D512FD

Tints of Psychedelic Purple #D512FD

RGB

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

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

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

R = 44.01%
G = 3.72%
B = 52.27%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D512FD (or 0xD512FD) is known color: Psychedelic Purple. HEX triplet: D5, 12 and FD. RGB value is (213,18,253). Sum of RGB (Red+Green+Blue) = 213+18+253=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 18 (7.42% from 255 or 3.72% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #D512FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D512FD is #2AED02. Grayscale: #666666. Windows color (decimal): -2813187 or 16585429. OLE color: 16585429.

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

Color convert

RGB 213 18 253 -
CMYK 0.16 0.93 0 0.01
HSL 289.79º 0.98% 0.53% -
HSV(B) 289.79º 0.93% 0.99% -
XYZ 45.39 21.67 94.72 -
YUV 103.1 212.6 206.39 -
System Red Green Blue C M Y K H S L
Decimal 213 18 253 0.16 0.93 0 0.01 289.79 0.98 0.53
Hex D5 12 FD 10 5D 0 1 122 62 35
Octal 325 22 375 20 135 0 1 442 142 65
Binary 11010101 10010 11111101 10000 1011101 0 1 100100010 1100010 110101

Color Harmonies of #D512FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512FD

Black with #D512FD

Text Example


Text Example

White with #D512FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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