Html Css Color HEX #D60EEB Psychedelic Purple

📋 copy color: '#D60EEB'

red 214 ◦ green 14 ◦ blue 235

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

Shades of Psychedelic Purple #D60EEB

Tints of Psychedelic Purple #D60EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.02%

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 46.22%
G = 3.02%
B = 50.76%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D60EEB (or 0xD60EEB) is known color: Psychedelic Purple. HEX triplet: D6, 0E and EB. RGB value is (214,14,235). Sum of RGB (Red+Green+Blue) = 214+14+235=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 14 (5.86% from 255 or 3.02% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #D60EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60EEB is #29F114. Grayscale: #626262. Windows color (decimal): -2748693 or 15404758. OLE color: 15404758.

HSL color Cylindrical-coordinate representation of color #D60EEB: hue angle of 294.3º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60EEB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 14 235 -
CMYK 0.09 0.94 0 0.08
HSL 294.3º 0.89% 0.49% -
HSV(B) 294.3º 0.94% 0.92% -
XYZ 42.88 20.61 80.31 -
YUV 98.99 204.76 210.03 -
System Red Green Blue C M Y K H S L
Decimal 214 14 235 0.09 0.94 0 0.08 294.3 0.89 0.49
Hex D6 E EB 9 5E 0 8 126 59 31
Octal 326 16 353 11 136 0 10 446 131 61
Binary 11010110 1110 11101011 1001 1011110 0 1000 100100110 1011001 110001

Color Harmonies of #D60EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60EEB

Black with #D60EEB

Text Example


Text Example

White with #D60EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60EEB; }

 p { color: rgb(214,14,235); }

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

background-color css

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

 a { background-color: rgb(214,14,235); }

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

border-color css

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

 span { border-color: rgb(214,14,235); }

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