Html Css Color HEX #D712FA Psychedelic Purple

📋 copy color: '#D712FA'

red 215 ◦ green 18 ◦ blue 250

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

Shades of Psychedelic Purple #D712FA

Tints of Psychedelic Purple #D712FA

RGB

 RED value IS 215 (84.38% from 255) = 44.51%

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

 BLUE value IS 250 (98.05% from 255) = 51.76%

R = 44.51%
G = 3.73%
B = 51.76%

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

#D712FA (or 0xD712FA) is known color: Psychedelic Purple. HEX triplet: D7, 12 and FA. RGB value is (215,18,250). Sum of RGB (Red+Green+Blue) = 215+18+250=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 18 (7.42% from 255 or 3.73% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #D712FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D712FA is #28ED05. Grayscale: #666666. Windows color (decimal): -2682118 or 16388823. OLE color: 16388823.

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

Color convert

RGB 215 18 250 -
CMYK 0.14 0.93 0 0.02
HSL 290.95º 0.96% 0.53% -
HSV(B) 290.95º 0.93% 0.98% -
XYZ 45.5 21.78 92.25 -
YUV 103.35 210.77 207.64 -
System Red Green Blue C M Y K H S L
Decimal 215 18 250 0.14 0.93 0 0.02 290.95 0.96 0.53
Hex D7 12 FA E 5D 0 2 123 60 35
Octal 327 22 372 16 135 0 2 443 140 65
Binary 11010111 10010 11111010 1110 1011101 0 10 100100011 1100000 110101

Color Harmonies of #D712FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D712FA

Black with #D712FA

Text Example


Text Example

White with #D712FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D712FA; }

 p { color: rgb(215,18,250); }

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

background-color css

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

 a { background-color: rgb(215,18,250); }

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

border-color css

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

 span { border-color: rgb(215,18,250); }

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