Html Css Color HEX #D624E7 Psychedelic Purple

📋 copy color: '#D624E7'

red 214 ◦ green 36 ◦ blue 231

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

Shades of Psychedelic Purple #D624E7

Tints of Psychedelic Purple #D624E7

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.48%

 BLUE value IS 231 (90.63% from 255) = 48.02%

R = 44.49%
G = 7.48%
B = 48.02%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D624E7 (or 0xD624E7) is known color: Psychedelic Purple. HEX triplet: D6, 24 and E7. RGB value is (214,36,231). Sum of RGB (Red+Green+Blue) = 214+36+231=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 36 (14.45% from 255 or 7.48% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 231 - color contains mainly: blue. Hex color #D624E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D624E7 is #29DB18. Grayscale: #6E6E6E. Windows color (decimal): -2743065 or 15148246. OLE color: 15148246.

HSL color Cylindrical-coordinate representation of color #D624E7: hue angle of 294.77º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D624E7 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 36 231 -
CMYK 0.07 0.84 0 0.09
HSL 294.77º 0.8% 0.52% -
HSV(B) 294.77º 0.84% 0.91% -
XYZ 42.79 21.33 77.46 -
YUV 111.45 195.47 201.14 -
System Red Green Blue C M Y K H S L
Decimal 214 36 231 0.07 0.84 0 0.09 294.77 0.8 0.52
Hex D6 24 E7 7 54 0 9 127 50 34
Octal 326 44 347 7 124 0 11 447 120 64
Binary 11010110 100100 11100111 111 1010100 0 1001 100100111 1010000 110100

Color Harmonies of #D624E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D624E7

Black with #D624E7

Text Example


Text Example

White with #D624E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D624E7; }

 p { color: rgb(214,36,231); }

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

background-color css

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

 a { background-color: rgb(214,36,231); }

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

border-color css

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

 span { border-color: rgb(214,36,231); }

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