Html Css Color HEX #D012F3 Psychedelic Purple

📋 copy color: '#D012F3'

red 208 ◦ green 18 ◦ blue 243

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

Shades of Psychedelic Purple #D012F3

Tints of Psychedelic Purple #D012F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.81%

R = 44.35%
G = 3.84%
B = 51.81%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D012F3 (or 0xD012F3) is known color: Psychedelic Purple. HEX triplet: D0, 12 and F3. RGB value is (208,18,243). Sum of RGB (Red+Green+Blue) = 208+18+243=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #D012F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D012F3 is #2FED0C. Grayscale: #636363. Windows color (decimal): -3140877 or 15930064. OLE color: 15930064.

HSL color Cylindrical-coordinate representation of color #D012F3: hue angle of 290.67º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D012F3 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 18 243 -
CMYK 0.14 0.93 0 0.05
HSL 290.67º 0.9% 0.51% -
HSV(B) 290.67º 0.93% 0.95% -
XYZ 42.41 20.31 86.48 -
YUV 100.46 208.45 204.7 -
System Red Green Blue C M Y K H S L
Decimal 208 18 243 0.14 0.93 0 0.05 290.67 0.9 0.51
Hex D0 12 F3 E 5D 0 5 123 5A 33
Octal 320 22 363 16 135 0 5 443 132 63
Binary 11010000 10010 11110011 1110 1011101 0 101 100100011 1011010 110011

Color Harmonies of #D012F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D012F3

Black with #D012F3

Text Example


Text Example

White with #D012F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D012F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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