Html Css Color HEX #D20DFA Psychedelic Purple

📋 copy color: '#D20DFA'

red 210 ◦ green 13 ◦ blue 250

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

Shades of Psychedelic Purple #D20DFA

Tints of Psychedelic Purple #D20DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.75%

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

R = 44.4%
G = 2.75%
B = 52.85%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D20DFA (or 0xD20DFA) is known color: Psychedelic Purple. HEX triplet: D2, 0D and FA. RGB value is (210,13,250). Sum of RGB (Red+Green+Blue) = 210+13+250=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 13 (5.47% from 255 or 2.75% 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 #D20DFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20DFA is #2DF205. Grayscale: #626262. Windows color (decimal): -3011078 or 16387538. OLE color: 16387538.

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

Color convert

RGB 210 13 250 -
CMYK 0.16 0.95 0 0.02
HSL 289.87º 0.96% 0.52% -
HSV(B) 289.87º 0.95% 0.98% -
XYZ 43.98 20.89 92.16 -
YUV 98.92 213.27 207.23 -
System Red Green Blue C M Y K H S L
Decimal 210 13 250 0.16 0.95 0 0.02 289.87 0.96 0.52
Hex D2 D FA 10 5F 0 2 122 60 34
Octal 322 15 372 20 137 0 2 442 140 64
Binary 11010010 1101 11111010 10000 1011111 0 10 100100010 1100000 110100

Color Harmonies of #D20DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20DFA

Black with #D20DFA

Text Example


Text Example

White with #D20DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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