Html Css Color HEX #D012F0 Psychedelic Purple

📋 copy color: '#D012F0'

red 208 ◦ green 18 ◦ blue 240

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

Shades of Psychedelic Purple #D012F0

Tints of Psychedelic Purple #D012F0

RGB

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

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

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

R = 44.64%
G = 3.86%
B = 51.5%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D012F0 (or 0xD012F0) is known color: Psychedelic Purple. HEX triplet: D0, 12 and F0. RGB value is (208,18,240). Sum of RGB (Red+Green+Blue) = 208+18+240=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #D012F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D012F0 is #2FED0F. Grayscale: #636363. Windows color (decimal): -3140880 or 15733456. OLE color: 15733456.

HSL color Cylindrical-coordinate representation of color #D012F0: hue angle of 291.35º 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 #D012F0 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 18 240 -
CMYK 0.13 0.92 0 0.06
HSL 291.35º 0.88% 0.51% -
HSV(B) 291.35º 0.93% 0.94% -
XYZ 41.96 20.13 84.11 -
YUV 100.12 206.95 204.95 -
System Red Green Blue C M Y K H S L
Decimal 208 18 240 0.13 0.92 0 0.06 291.35 0.88 0.51
Hex D0 12 F0 D 5C 0 6 123 58 33
Octal 320 22 360 15 134 0 6 443 130 63
Binary 11010000 10010 11110000 1101 1011100 0 110 100100011 1011000 110011

Color Harmonies of #D012F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D012F0

Black with #D012F0

Text Example


Text Example

White with #D012F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D012F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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