Html Css Color HEX #D60DEC Psychedelic Purple

📋 copy color: '#D60DEC'

red 214 ◦ green 13 ◦ blue 236

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

Shades of Psychedelic Purple #D60DEC

Tints of Psychedelic Purple #D60DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.81%

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

R = 46.22%
G = 2.81%
B = 50.97%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D60DEC (or 0xD60DEC) is known color: Psychedelic Purple. HEX triplet: D6, 0D and EC. RGB value is (214,13,236). Sum of RGB (Red+Green+Blue) = 214+13+236=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #D60DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60DEC is #29F213. Grayscale: #616161. Windows color (decimal): -2748948 or 15470038. OLE color: 15470038.

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

Color convert

RGB 214 13 236 -
CMYK 0.09 0.94 0 0.07
HSL 294.08º 0.9% 0.49% -
HSV(B) 294.08º 0.94% 0.93% -
XYZ 43.02 20.64 81.07 -
YUV 98.52 205.59 210.37 -
System Red Green Blue C M Y K H S L
Decimal 214 13 236 0.09 0.94 0 0.07 294.08 0.9 0.49
Hex D6 D EC 9 5E 0 7 126 5A 31
Octal 326 15 354 11 136 0 7 446 132 61
Binary 11010110 1101 11101100 1001 1011110 0 111 100100110 1011010 110001

Color Harmonies of #D60DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60DEC

Black with #D60DEC

Text Example


Text Example

White with #D60DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60DEC; }

 p { color: rgb(214,13,236); }

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

background-color css

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

 a { background-color: rgb(214,13,236); }

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

border-color css

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

 span { border-color: rgb(214,13,236); }

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