Html Css Color HEX #D125EC Psychedelic Purple

📋 copy color: '#D125EC'

red 209 ◦ green 37 ◦ blue 236

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

Shades of Psychedelic Purple #D125EC

Tints of Psychedelic Purple #D125EC

RGB

 RED value IS 209 (82.03% from 255) = 43.36%

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

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 43.36%
G = 7.68%
B = 48.96%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D125EC (or 0xD125EC) is known color: Psychedelic Purple. HEX triplet: D1, 25 and EC. RGB value is (209,37,236). Sum of RGB (Red+Green+Blue) = 209+37+236=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #D125EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D125EC is #2EDA13. Grayscale: #6E6E6E. Windows color (decimal): -3070484 or 15476177. OLE color: 15476177.

HSL color Cylindrical-coordinate representation of color #D125EC: hue angle of 291.86º degrees, saturation: 0.84, 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 #D125EC is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 37 236 -
CMYK 0.11 0.84 0 0.07
HSL 291.86º 0.84% 0.54% -
HSV(B) 291.86º 0.84% 0.93% -
XYZ 42.1 20.93 81.18 -
YUV 111.11 198.48 197.82 -
System Red Green Blue C M Y K H S L
Decimal 209 37 236 0.11 0.84 0 0.07 291.86 0.84 0.54
Hex D1 25 EC B 54 0 7 124 54 36
Octal 321 45 354 13 124 0 7 444 124 66
Binary 11010001 100101 11101100 1011 1010100 0 111 100100100 1010100 110110

Color Harmonies of #D125EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D125EC

Black with #D125EC

Text Example


Text Example

White with #D125EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D125EC; }

 p { color: rgb(209,37,236); }

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

background-color css

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

 a { background-color: rgb(209,37,236); }

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

border-color css

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

 span { border-color: rgb(209,37,236); }

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