Html Css Color HEX #D010F1 Psychedelic Purple

📋 copy color: '#D010F1'

red 208 ◦ green 16 ◦ blue 241

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

Shades of Psychedelic Purple #D010F1

Tints of Psychedelic Purple #D010F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.83%

R = 44.73%
G = 3.44%
B = 51.83%

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

#D010F1 (or 0xD010F1) is known color: Psychedelic Purple. HEX triplet: D0, 10 and F1. RGB value is (208,16,241). Sum of RGB (Red+Green+Blue) = 208+16+241=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #D010F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D010F1 is #2FEF0E. Grayscale: #626262. Windows color (decimal): -3141391 or 15798480. OLE color: 15798480.

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

Color convert

RGB 208 16 241 -
CMYK 0.14 0.93 0 0.05
HSL 291.2º 0.89% 0.5% -
HSV(B) 291.2º 0.93% 0.95% -
XYZ 42.07 20.13 84.89 -
YUV 99.06 208.11 205.7 -
System Red Green Blue C M Y K H S L
Decimal 208 16 241 0.14 0.93 0 0.05 291.2 0.89 0.5
Hex D0 10 F1 E 5D 0 5 123 59 32
Octal 320 20 361 16 135 0 5 443 131 62
Binary 11010000 10000 11110001 1110 1011101 0 101 100100011 1011001 110010

Color Harmonies of #D010F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010F1

Black with #D010F1

Text Example


Text Example

White with #D010F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010F1; }

 p { color: rgb(208,16,241); }

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

background-color css

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

 a { background-color: rgb(208,16,241); }

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

border-color css

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

 span { border-color: rgb(208,16,241); }

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