Html Css Color HEX #D625E9 Psychedelic Purple

📋 copy color: '#D625E9'

red 214 ◦ green 37 ◦ blue 233

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

Shades of Psychedelic Purple #D625E9

Tints of Psychedelic Purple #D625E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.14%

R = 44.21%
G = 7.64%
B = 48.14%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D625E9 (or 0xD625E9) is known color: Psychedelic Purple. HEX triplet: D6, 25 and E9. RGB value is (214,37,233). Sum of RGB (Red+Green+Blue) = 214+37+233=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 37 (14.84% from 255 or 7.64% from 484); Blue value is 233 (91.41% from 255 or 48.14% from 484); Max value from RGB is 233 - color contains mainly: blue. Hex color #D625E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D625E9 is #29DA16. Grayscale: #6F6F6F. Windows color (decimal): -2742807 or 15279574. OLE color: 15279574.

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

Color convert

RGB 214 37 233 -
CMYK 0.08 0.84 0 0.09
HSL 294.18º 0.82% 0.53% -
HSV(B) 294.18º 0.84% 0.91% -
XYZ 43.1 21.5 78.97 -
YUV 112.27 196.14 200.56 -
System Red Green Blue C M Y K H S L
Decimal 214 37 233 0.08 0.84 0 0.09 294.18 0.82 0.53
Hex D6 25 E9 8 54 0 9 126 52 35
Octal 326 45 351 10 124 0 11 446 122 65
Binary 11010110 100101 11101001 1000 1010100 0 1001 100100110 1010010 110101

Color Harmonies of #D625E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625E9

Black with #D625E9

Text Example


Text Example

White with #D625E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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