Html Css Color HEX #D624E6 Psychedelic Purple

📋 copy color: '#D624E6'

red 214 ◦ green 36 ◦ blue 230

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

Shades of Psychedelic Purple #D624E6

Tints of Psychedelic Purple #D624E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.92%

R = 44.58%
G = 7.5%
B = 47.92%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D624E6 (or 0xD624E6) is known color: Psychedelic Purple. HEX triplet: D6, 24 and E6. RGB value is (214,36,230). Sum of RGB (Red+Green+Blue) = 214+36+230=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 36 (14.45% from 255 or 7.5% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #D624E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D624E6 is #29DB19. Grayscale: #6E6E6E. Windows color (decimal): -2743066 or 15082710. OLE color: 15082710.

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

Color convert

RGB 214 36 230 -
CMYK 0.07 0.84 0 0.10
HSL 295.05º 0.8% 0.52% -
HSV(B) 295.05º 0.84% 0.9% -
XYZ 42.65 21.27 76.72 -
YUV 111.34 194.97 201.23 -
System Red Green Blue C M Y K H S L
Decimal 214 36 230 0.07 0.84 0 0.10 295.05 0.8 0.52
Hex D6 24 E6 7 54 0 A 127 50 34
Octal 326 44 346 7 124 0 12 447 120 64
Binary 11010110 100100 11100110 111 1010100 0 1010 100100111 1010000 110100

Color Harmonies of #D624E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D624E6

Black with #D624E6

Text Example


Text Example

White with #D624E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D624E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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