Html Css Color HEX #D012FA Psychedelic Purple

📋 copy color: '#D012FA'

red 208 ◦ green 18 ◦ blue 250

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

Shades of Psychedelic Purple #D012FA

Tints of Psychedelic Purple #D012FA

RGB

 RED value IS 208 (81.64% from 255) = 43.7%

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

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

R = 43.7%
G = 3.78%
B = 52.52%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D012FA (or 0xD012FA) is known color: Psychedelic Purple. HEX triplet: D0, 12 and FA. RGB value is (208,18,250). Sum of RGB (Red+Green+Blue) = 208+18+250=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 18 (7.42% from 255 or 3.78% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #D012FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D012FA is #2FED05. Grayscale: #646464. Windows color (decimal): -3140870 or 16388816. OLE color: 16388816.

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

Color convert

RGB 208 18 250 -
CMYK 0.17 0.93 0 0.02
HSL 289.14º 0.96% 0.53% -
HSV(B) 289.14º 0.93% 0.98% -
XYZ 43.48 20.74 92.15 -
YUV 101.26 211.95 204.14 -
System Red Green Blue C M Y K H S L
Decimal 208 18 250 0.17 0.93 0 0.02 289.14 0.96 0.53
Hex D0 12 FA 11 5D 0 2 121 60 35
Octal 320 22 372 21 135 0 2 441 140 65
Binary 11010000 10010 11111010 10001 1011101 0 10 100100001 1100000 110101

Color Harmonies of #D012FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D012FA

Black with #D012FA

Text Example


Text Example

White with #D012FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D012FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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