Html Css Color HEX #D912F0 Psychedelic Purple

📋 copy color: '#D912F0'

red 217 ◦ green 18 ◦ blue 240

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

Shades of Psychedelic Purple #D912F0

Tints of Psychedelic Purple #D912F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.53%

R = 45.68%
G = 3.79%
B = 50.53%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D912F0 (or 0xD912F0) is known color: Psychedelic Purple. HEX triplet: D9, 12 and F0. RGB value is (217,18,240). Sum of RGB (Red+Green+Blue) = 217+18+240=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 18 (7.42% from 255 or 3.79% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #D912F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D912F0 is #26ED0F. Grayscale: #666666. Windows color (decimal): -2551056 or 15733465. OLE color: 15733465.

HSL color Cylindrical-coordinate representation of color #D912F0: hue angle of 293.78º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D912F0 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 18 240 -
CMYK 0.10 0.92 0 0.06
HSL 293.78º 0.88% 0.51% -
HSV(B) 293.78º 0.93% 0.94% -
XYZ 44.56 21.48 84.23 -
YUV 102.81 205.43 209.45 -
System Red Green Blue C M Y K H S L
Decimal 217 18 240 0.10 0.92 0 0.06 293.78 0.88 0.51
Hex D9 12 F0 A 5C 0 6 126 58 33
Octal 331 22 360 12 134 0 6 446 130 63
Binary 11011001 10010 11110000 1010 1011100 0 110 100100110 1011000 110011

Color Harmonies of #D912F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D912F0

Black with #D912F0

Text Example


Text Example

White with #D912F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D912F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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