Html Css Color HEX #D00FFA Psychedelic Purple

📋 copy color: '#D00FFA'

red 208 ◦ green 15 ◦ blue 250

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

Shades of Psychedelic Purple #D00FFA

Tints of Psychedelic Purple #D00FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.17%

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

R = 43.97%
G = 3.17%
B = 52.85%

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

#D00FFA (or 0xD00FFA) is known color: Psychedelic Purple. HEX triplet: D0, 0F and FA. RGB value is (208,15,250). Sum of RGB (Red+Green+Blue) = 208+15+250=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #D00FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00FFA is #2FF005. Grayscale: #626262. Windows color (decimal): -3141638 or 16388048. OLE color: 16388048.

HSL color Cylindrical-coordinate representation of color #D00FFA: hue angle of 289.28º 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 #D00FFA is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 15 250 -
CMYK 0.17 0.94 0 0.02
HSL 289.28º 0.96% 0.52% -
HSV(B) 289.28º 0.94% 0.98% -
XYZ 43.44 20.65 92.14 -
YUV 99.5 212.94 205.39 -
System Red Green Blue C M Y K H S L
Decimal 208 15 250 0.17 0.94 0 0.02 289.28 0.96 0.52
Hex D0 F FA 11 5E 0 2 121 60 34
Octal 320 17 372 21 136 0 2 441 140 64
Binary 11010000 1111 11111010 10001 1011110 0 10 100100001 1100000 110100

Color Harmonies of #D00FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00FFA

Black with #D00FFA

Text Example


Text Example

White with #D00FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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