Html Css Color HEX #D20FFA Psychedelic Purple

📋 copy color: '#D20FFA'

red 210 ◦ green 15 ◦ blue 250

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

Shades of Psychedelic Purple #D20FFA

Tints of Psychedelic Purple #D20FFA

RGB

 RED value IS 210 (82.42% from 255) = 44.21%

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

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

R = 44.21%
G = 3.16%
B = 52.63%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D20FFA (or 0xD20FFA) is known color: Psychedelic Purple. HEX triplet: D2, 0F and FA. RGB value is (210,15,250). Sum of RGB (Red+Green+Blue) = 210+15+250=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #D20FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20FFA is #2DF005. Grayscale: #636363. Windows color (decimal): -3010566 or 16388050. OLE color: 16388050.

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

Color convert

RGB 210 15 250 -
CMYK 0.16 0.94 0 0.02
HSL 289.79º 0.96% 0.52% -
HSV(B) 289.79º 0.94% 0.98% -
XYZ 44 20.95 92.17 -
YUV 100.1 212.6 206.39 -
System Red Green Blue C M Y K H S L
Decimal 210 15 250 0.16 0.94 0 0.02 289.79 0.96 0.52
Hex D2 F FA 10 5E 0 2 122 60 34
Octal 322 17 372 20 136 0 2 442 140 64
Binary 11010010 1111 11111010 10000 1011110 0 10 100100010 1100000 110100

Color Harmonies of #D20FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20FFA

Black with #D20FFA

Text Example


Text Example

White with #D20FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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