Html Css Color HEX #D025EE Psychedelic Purple

📋 copy color: '#D025EE'

red 208 ◦ green 37 ◦ blue 238

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

Shades of Psychedelic Purple #D025EE

Tints of Psychedelic Purple #D025EE

RGB

 RED value IS 208 (81.64% from 255) = 43.06%

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

 BLUE value IS 238 (93.36% from 255) = 49.28%

R = 43.06%
G = 7.66%
B = 49.28%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D025EE (or 0xD025EE) is known color: Psychedelic Purple. HEX triplet: D0, 25 and EE. RGB value is (208,37,238). Sum of RGB (Red+Green+Blue) = 208+37+238=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 37 (14.84% from 255 or 7.66% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #D025EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D025EE is #2FDA11. Grayscale: #6E6E6E. Windows color (decimal): -3136018 or 15607248. OLE color: 15607248.

HSL color Cylindrical-coordinate representation of color #D025EE: hue angle of 291.04º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D025EE is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 37 238 -
CMYK 0.13 0.84 0 0.07
HSL 291.04º 0.86% 0.54% -
HSV(B) 291.04º 0.84% 0.93% -
XYZ 42.11 20.91 82.7 -
YUV 111.04 199.65 197.16 -
System Red Green Blue C M Y K H S L
Decimal 208 37 238 0.13 0.84 0 0.07 291.04 0.86 0.54
Hex D0 25 EE D 54 0 7 123 56 36
Octal 320 45 356 15 124 0 7 443 126 66
Binary 11010000 100101 11101110 1101 1010100 0 111 100100011 1010110 110110

Color Harmonies of #D025EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D025EE

Black with #D025EE

Text Example


Text Example

White with #D025EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D025EE; }

 p { color: rgb(208,37,238); }

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

background-color css

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

 a { background-color: rgb(208,37,238); }

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

border-color css

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

 span { border-color: rgb(208,37,238); }

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