Html Css Color HEX #D925EA Psychedelic Purple

📋 copy color: '#D925EA'

red 217 ◦ green 37 ◦ blue 234

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

Shades of Psychedelic Purple #D925EA

Tints of Psychedelic Purple #D925EA

RGB

 RED value IS 217 (85.16% from 255) = 44.47%

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

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 44.47%
G = 7.58%
B = 47.95%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D925EA (or 0xD925EA) is known color: Psychedelic Purple. HEX triplet: D9, 25 and EA. RGB value is (217,37,234). Sum of RGB (Red+Green+Blue) = 217+37+234=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #D925EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D925EA is #26DA15. Grayscale: #707070. Windows color (decimal): -2546198 or 15345113. OLE color: 15345113.

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

Color convert

RGB 217 37 234 -
CMYK 0.07 0.84 0 0.08
HSL 294.82º 0.82% 0.53% -
HSV(B) 294.82º 0.84% 0.92% -
XYZ 44.13 22.02 79.77 -
YUV 113.28 196.13 201.98 -
System Red Green Blue C M Y K H S L
Decimal 217 37 234 0.07 0.84 0 0.08 294.82 0.82 0.53
Hex D9 25 EA 7 54 0 8 127 52 35
Octal 331 45 352 7 124 0 10 447 122 65
Binary 11011001 100101 11101010 111 1010100 0 1000 100100111 1010010 110101

Color Harmonies of #D925EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D925EA

Black with #D925EA

Text Example


Text Example

White with #D925EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D925EA; }

 p { color: rgb(217,37,234); }

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

background-color css

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

 a { background-color: rgb(217,37,234); }

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

border-color css

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

 span { border-color: rgb(217,37,234); }

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