Html Css Color HEX #D626FA Psychedelic Purple

📋 copy color: '#D626FA'

red 214 ◦ green 38 ◦ blue 250

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

Shades of Psychedelic Purple #D626FA

Tints of Psychedelic Purple #D626FA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.57%

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

R = 42.63%
G = 7.57%
B = 49.8%

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

#D626FA (or 0xD626FA) is known color: Psychedelic Purple. HEX triplet: D6, 26 and FA. RGB value is (214,38,250). Sum of RGB (Red+Green+Blue) = 214+38+250=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 38 (15.23% from 255 or 7.57% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #D626FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D626FA is #29D905. Grayscale: #727272. Windows color (decimal): -2742534 or 16393942. OLE color: 16393942.

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

Color convert

RGB 214 38 250 -
CMYK 0.14 0.85 0 0.02
HSL 289.81º 0.95% 0.56% -
HSV(B) 289.81º 0.85% 0.98% -
XYZ 45.68 22.58 92.39 -
YUV 114.79 204.31 198.76 -
System Red Green Blue C M Y K H S L
Decimal 214 38 250 0.14 0.85 0 0.02 289.81 0.95 0.56
Hex D6 26 FA E 55 0 2 122 5F 38
Octal 326 46 372 16 125 0 2 442 137 70
Binary 11010110 100110 11111010 1110 1010101 0 10 100100010 1011111 111000

Color Harmonies of #D626FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D626FA

Black with #D626FA

Text Example


Text Example

White with #D626FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D626FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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