Html Css Color HEX #D626E5 Psychedelic Purple

📋 copy color: '#D626E5'

red 214 ◦ green 38 ◦ blue 229

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

Shades of Psychedelic Purple #D626E5

Tints of Psychedelic Purple #D626E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.61%

R = 44.49%
G = 7.9%
B = 47.61%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D626E5 (or 0xD626E5) is known color: Psychedelic Purple. HEX triplet: D6, 26 and E5. RGB value is (214,38,229). Sum of RGB (Red+Green+Blue) = 214+38+229=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 38 (15.23% from 255 or 7.90% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #D626E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D626E5 is #29D91A. Grayscale: #6F6F6F. Windows color (decimal): -2742555 or 15017686. OLE color: 15017686.

HSL color Cylindrical-coordinate representation of color #D626E5: hue angle of 295.29º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D626E5 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 38 229 -
CMYK 0.07 0.83 0 0.10
HSL 295.29º 0.79% 0.52% -
HSV(B) 295.29º 0.83% 0.9% -
XYZ 42.57 21.34 76 -
YUV 112.4 193.81 200.47 -
System Red Green Blue C M Y K H S L
Decimal 214 38 229 0.07 0.83 0 0.10 295.29 0.79 0.52
Hex D6 26 E5 7 53 0 A 127 4F 34
Octal 326 46 345 7 123 0 12 447 117 64
Binary 11010110 100110 11100101 111 1010011 0 1010 100100111 1001111 110100

Color Harmonies of #D626E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D626E5

Black with #D626E5

Text Example


Text Example

White with #D626E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D626E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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