Html Css Color HEX #D910F0 Psychedelic Purple

📋 copy color: '#D910F0'

red 217 ◦ green 16 ◦ blue 240

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

Shades of Psychedelic Purple #D910F0

Tints of Psychedelic Purple #D910F0

RGB

 RED value IS 217 (85.16% from 255) = 45.88%

 GREEN value IS 16 (6.64% from 255) = 3.38%

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

R = 45.88%
G = 3.38%
B = 50.74%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D910F0 (or 0xD910F0) is known color: Psychedelic Purple. HEX triplet: D9, 10 and F0. RGB value is (217,16,240). Sum of RGB (Red+Green+Blue) = 217+16+240=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #D910F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D910F0 is #26EF0F. Grayscale: #646464. Windows color (decimal): -2551568 or 15732953. OLE color: 15732953.

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

Color convert

RGB 217 16 240 -
CMYK 0.10 0.93 0 0.06
HSL 293.84º 0.88% 0.5% -
HSV(B) 293.84º 0.93% 0.94% -
XYZ 44.53 21.41 84.22 -
YUV 101.64 206.09 210.29 -
System Red Green Blue C M Y K H S L
Decimal 217 16 240 0.10 0.93 0 0.06 293.84 0.88 0.5
Hex D9 10 F0 A 5D 0 6 126 58 32
Octal 331 20 360 12 135 0 6 446 130 62
Binary 11011001 10000 11110000 1010 1011101 0 110 100100110 1011000 110010

Color Harmonies of #D910F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D910F0

Black with #D910F0

Text Example


Text Example

White with #D910F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D910F0; }

 p { color: rgb(217,16,240); }

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

background-color css

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

 a { background-color: rgb(217,16,240); }

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

border-color css

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

 span { border-color: rgb(217,16,240); }

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