Html Css Color HEX #D912FB Psychedelic Purple

📋 copy color: '#D912FB'

red 217 ◦ green 18 ◦ blue 251

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

Shades of Psychedelic Purple #D912FB

Tints of Psychedelic Purple #D912FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.65%

R = 44.65%
G = 3.7%
B = 51.65%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D912FB (or 0xD912FB) is known color: Psychedelic Purple. HEX triplet: D9, 12 and FB. RGB value is (217,18,251). Sum of RGB (Red+Green+Blue) = 217+18+251=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #D912FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D912FB is #26ED04. Grayscale: #676767. Windows color (decimal): -2551045 or 16454361. OLE color: 16454361.

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

Color convert

RGB 217 18 251 -
CMYK 0.14 0.93 0 0.02
HSL 291.24º 0.97% 0.53% -
HSV(B) 291.24º 0.93% 0.98% -
XYZ 46.24 22.15 93.1 -
YUV 104.06 210.93 208.55 -
System Red Green Blue C M Y K H S L
Decimal 217 18 251 0.14 0.93 0 0.02 291.24 0.97 0.53
Hex D9 12 FB E 5D 0 2 123 61 35
Octal 331 22 373 16 135 0 2 443 141 65
Binary 11011001 10010 11111011 1110 1011101 0 10 100100011 1100001 110101

Color Harmonies of #D912FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D912FB

Black with #D912FB

Text Example


Text Example

White with #D912FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D912FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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