Html Css Color HEX #D625FA Psychedelic Purple

📋 copy color: '#D625FA'

red 214 ◦ green 37 ◦ blue 250

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

Shades of Psychedelic Purple #D625FA

Tints of Psychedelic Purple #D625FA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.39%

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

R = 42.71%
G = 7.39%
B = 49.9%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D625FA (or 0xD625FA) is known color: Psychedelic Purple. HEX triplet: D6, 25 and FA. RGB value is (214,37,250). Sum of RGB (Red+Green+Blue) = 214+37+250=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 37 (14.84% from 255 or 7.39% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #D625FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D625FA is #29DA05. Grayscale: #717171. Windows color (decimal): -2742790 or 16393686. OLE color: 16393686.

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

Color convert

RGB 214 37 250 -
CMYK 0.14 0.85 0 0.02
HSL 289.86º 0.96% 0.56% -
HSV(B) 289.86º 0.85% 0.98% -
XYZ 45.65 22.52 92.38 -
YUV 114.21 204.64 199.18 -
System Red Green Blue C M Y K H S L
Decimal 214 37 250 0.14 0.85 0 0.02 289.86 0.96 0.56
Hex D6 25 FA E 55 0 2 122 60 38
Octal 326 45 372 16 125 0 2 442 140 70
Binary 11010110 100101 11111010 1110 1010101 0 10 100100010 1100000 111000

Color Harmonies of #D625FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625FA

Black with #D625FA

Text Example


Text Example

White with #D625FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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