Html Css Color HEX #D60DFA Psychedelic Purple

📋 copy color: '#D60DFA'

red 214 ◦ green 13 ◦ blue 250

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

Shades of Psychedelic Purple #D60DFA

Tints of Psychedelic Purple #D60DFA

RGB

 RED value IS 214 (83.98% from 255) = 44.86%

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

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

R = 44.86%
G = 2.73%
B = 52.41%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D60DFA (or 0xD60DFA) is known color: Psychedelic Purple. HEX triplet: D6, 0D and FA. RGB value is (214,13,250). Sum of RGB (Red+Green+Blue) = 214+13+250=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 13 (5.47% from 255 or 2.73% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #D60DFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60DFA is #29F205. Grayscale: #636363. Windows color (decimal): -2748934 or 16387542. OLE color: 16387542.

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

Color convert

RGB 214 13 250 -
CMYK 0.14 0.95 0 0.02
HSL 290.89º 0.96% 0.52% -
HSV(B) 290.89º 0.95% 0.98% -
XYZ 45.13 21.49 92.21 -
YUV 100.12 212.59 209.23 -
System Red Green Blue C M Y K H S L
Decimal 214 13 250 0.14 0.95 0 0.02 290.89 0.96 0.52
Hex D6 D FA E 5F 0 2 123 60 34
Octal 326 15 372 16 137 0 2 443 140 64
Binary 11010110 1101 11111010 1110 1011111 0 10 100100011 1100000 110100

Color Harmonies of #D60DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60DFA

Black with #D60DFA

Text Example


Text Example

White with #D60DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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