Html Css Color HEX #D010FA Psychedelic Purple

📋 copy color: '#D010FA'

red 208 ◦ green 16 ◦ blue 250

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

Shades of Psychedelic Purple #D010FA

Tints of Psychedelic Purple #D010FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 43.88%
G = 3.38%
B = 52.74%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D010FA (or 0xD010FA) is known color: Psychedelic Purple. HEX triplet: D0, 10 and FA. RGB value is (208,16,250). Sum of RGB (Red+Green+Blue) = 208+16+250=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 16 (6.64% from 255 or 3.38% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #D010FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D010FA is #2FEF05. Grayscale: #636363. Windows color (decimal): -3141382 or 16388304. OLE color: 16388304.

HSL color Cylindrical-coordinate representation of color #D010FA: hue angle of 289.23º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D010FA is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 16 250 -
CMYK 0.17 0.94 0 0.02
HSL 289.23º 0.96% 0.52% -
HSV(B) 289.23º 0.94% 0.98% -
XYZ 43.45 20.68 92.14 -
YUV 100.08 212.61 204.97 -
System Red Green Blue C M Y K H S L
Decimal 208 16 250 0.17 0.94 0 0.02 289.23 0.96 0.52
Hex D0 10 FA 11 5E 0 2 121 60 34
Octal 320 20 372 21 136 0 2 441 140 64
Binary 11010000 10000 11111010 10001 1011110 0 10 100100001 1100000 110100

Color Harmonies of #D010FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D010FA

Black with #D010FA

Text Example


Text Example

White with #D010FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D010FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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