Html Css Color HEX #D60CEF Psychedelic Purple

📋 copy color: '#D60CEF'

red 214 ◦ green 12 ◦ blue 239

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

Shades of Psychedelic Purple #D60CEF

Tints of Psychedelic Purple #D60CEF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.58%

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 46.02%
G = 2.58%
B = 51.4%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D60CEF (or 0xD60CEF) is known color: Psychedelic Purple. HEX triplet: D6, 0C and EF. RGB value is (214,12,239). Sum of RGB (Red+Green+Blue) = 214+12+239=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #D60CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60CEF is #29F310. Grayscale: #616161. Windows color (decimal): -2749201 or 15666390. OLE color: 15666390.

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

Color convert

RGB 214 12 239 -
CMYK 0.10 0.95 0 0.06
HSL 293.39º 0.9% 0.49% -
HSV(B) 293.39º 0.95% 0.94% -
XYZ 43.44 20.79 83.38 -
YUV 98.28 207.42 210.54 -
System Red Green Blue C M Y K H S L
Decimal 214 12 239 0.10 0.95 0 0.06 293.39 0.9 0.49
Hex D6 C EF A 5F 0 6 125 5A 31
Octal 326 14 357 12 137 0 6 445 132 61
Binary 11010110 1100 11101111 1010 1011111 0 110 100100101 1011010 110001

Color Harmonies of #D60CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CEF

Black with #D60CEF

Text Example


Text Example

White with #D60CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CEF; }

 p { color: rgb(214,12,239); }

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

background-color css

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

 a { background-color: rgb(214,12,239); }

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

border-color css

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

 span { border-color: rgb(214,12,239); }

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