Html Css Color HEX #D912FD Psychedelic Purple

📋 copy color: '#D912FD'

red 217 ◦ green 18 ◦ blue 253

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

Shades of Psychedelic Purple #D912FD

Tints of Psychedelic Purple #D912FD

RGB

 RED value IS 217 (85.16% from 255) = 44.47%

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

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

R = 44.47%
G = 3.69%
B = 51.84%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D912FD (or 0xD912FD) is known color: Psychedelic Purple. HEX triplet: D9, 12 and FD. RGB value is (217,18,253). Sum of RGB (Red+Green+Blue) = 217+18+253=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 18 (7.42% from 255 or 3.69% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #D912FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D912FD is #26ED02. Grayscale: #676767. Windows color (decimal): -2551043 or 16585433. OLE color: 16585433.

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

Color convert

RGB 217 18 253 -
CMYK 0.14 0.93 0 0.01
HSL 290.81º 0.98% 0.53% -
HSV(B) 290.81º 0.93% 0.99% -
XYZ 46.56 22.28 94.77 -
YUV 104.29 211.93 208.39 -
System Red Green Blue C M Y K H S L
Decimal 217 18 253 0.14 0.93 0 0.01 290.81 0.98 0.53
Hex D9 12 FD E 5D 0 1 123 62 35
Octal 331 22 375 16 135 0 1 443 142 65
Binary 11011001 10010 11111101 1110 1011101 0 1 100100011 1100010 110101

Color Harmonies of #D912FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D912FD

Black with #D912FD

Text Example


Text Example

White with #D912FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D912FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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