Html Css Color HEX #D912FF Psychedelic Purple

📋 copy color: '#D912FF'

red 217 ◦ green 18 ◦ blue 255

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

Shades of Psychedelic Purple #D912FF

Tints of Psychedelic Purple #D912FF

RGB

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

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

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

R = 44.29%
G = 3.67%
B = 52.04%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D912FF (or 0xD912FF) is known color: Psychedelic Purple. HEX triplet: D9, 12 and FF. RGB value is (217,18,255). Sum of RGB (Red+Green+Blue) = 217+18+255=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 18 (7.42% from 255 or 3.67% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #D912FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D912FF is #26ED00. Grayscale: #676767. Windows color (decimal): -2551041 or 16716505. OLE color: 16716505.

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

Color convert

RGB 217 18 255 -
CMYK 0.15 0.93 0 0
HSL 290.38º 1% 0.54% -
HSV(B) 290.38º 0.93% 1% -
XYZ 46.88 22.4 96.46 -
YUV 104.52 212.93 208.23 -
System Red Green Blue C M Y K H S L
Decimal 217 18 255 0.15 0.93 0 0 290.38 1 0.54
Hex D9 12 FF F 5D 0 0 122 64 36
Octal 331 22 377 17 135 0 0 442 144 66
Binary 11011001 10010 11111111 1111 1011101 0 0 100100010 1100100 110110

Color Harmonies of #D912FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D912FF

Black with #D912FF

Text Example


Text Example

White with #D912FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D912FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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