Html Css Color HEX #D60FEE Psychedelic Purple

📋 copy color: '#D60FEE'

red 214 ◦ green 15 ◦ blue 238

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

Shades of Psychedelic Purple #D60FEE

Tints of Psychedelic Purple #D60FEE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.21%

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

R = 45.82%
G = 3.21%
B = 50.96%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D60FEE (or 0xD60FEE) is known color: Psychedelic Purple. HEX triplet: D6, 0F and EE. RGB value is (214,15,238). Sum of RGB (Red+Green+Blue) = 214+15+238=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 15 (6.25% from 255 or 3.21% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #D60FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60FEE is #29F011. Grayscale: #636363. Windows color (decimal): -2748434 or 15601622. OLE color: 15601622.

HSL color Cylindrical-coordinate representation of color #D60FEE: hue angle of 293.54º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60FEE is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 15 238 -
CMYK 0.10 0.94 0 0.07
HSL 293.54º 0.88% 0.5% -
HSV(B) 293.54º 0.94% 0.93% -
XYZ 43.34 20.81 82.62 -
YUV 99.92 205.93 209.37 -
System Red Green Blue C M Y K H S L
Decimal 214 15 238 0.10 0.94 0 0.07 293.54 0.88 0.5
Hex D6 F EE A 5E 0 7 126 58 32
Octal 326 17 356 12 136 0 7 446 130 62
Binary 11010110 1111 11101110 1010 1011110 0 111 100100110 1011000 110010

Color Harmonies of #D60FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60FEE

Black with #D60FEE

Text Example


Text Example

White with #D60FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60FEE; }

 p { color: rgb(214,15,238); }

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

background-color css

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

 a { background-color: rgb(214,15,238); }

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

border-color css

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

 span { border-color: rgb(214,15,238); }

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