Html Css Color HEX #D611F0 Psychedelic Purple

📋 copy color: '#D611F0'

red 214 ◦ green 17 ◦ blue 240

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

Shades of Psychedelic Purple #D611F0

Tints of Psychedelic Purple #D611F0

RGB

 RED value IS 214 (83.98% from 255) = 45.44%

 GREEN value IS 17 (7.03% from 255) = 3.61%

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

R = 45.44%
G = 3.61%
B = 50.96%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D611F0 (or 0xD611F0) is known color: Psychedelic Purple. HEX triplet: D6, 11 and F0. RGB value is (214,17,240). Sum of RGB (Red+Green+Blue) = 214+17+240=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #D611F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D611F0 is #29EE0F. Grayscale: #646464. Windows color (decimal): -2747920 or 15733206. OLE color: 15733206.

HSL color Cylindrical-coordinate representation of color #D611F0: hue angle of 293º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D611F0 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 17 240 -
CMYK 0.11 0.93 0 0.06
HSL 293º 0.88% 0.5% -
HSV(B) 293º 0.93% 0.94% -
XYZ 43.66 20.99 84.19 -
YUV 101.33 206.27 208.37 -
System Red Green Blue C M Y K H S L
Decimal 214 17 240 0.11 0.93 0 0.06 293 0.88 0.5
Hex D6 11 F0 B 5D 0 6 125 58 32
Octal 326 21 360 13 135 0 6 445 130 62
Binary 11010110 10001 11110000 1011 1011101 0 110 100100101 1011000 110010

Color Harmonies of #D611F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D611F0

Black with #D611F0

Text Example


Text Example

White with #D611F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D611F0; }

 p { color: rgb(214,17,240); }

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

background-color css

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

 a { background-color: rgb(214,17,240); }

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

border-color css

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

 span { border-color: rgb(214,17,240); }

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