Html Css Color HEX #D60DEE Psychedelic Purple

📋 copy color: '#D60DEE'

red 214 ◦ green 13 ◦ blue 238

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

Shades of Psychedelic Purple #D60DEE

Tints of Psychedelic Purple #D60DEE

RGB

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

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

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

R = 46.02%
G = 2.8%
B = 51.18%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D60DEE (or 0xD60DEE) is known color: Psychedelic Purple. HEX triplet: D6, 0D and EE. RGB value is (214,13,238). Sum of RGB (Red+Green+Blue) = 214+13+238=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 13 (5.47% from 255 or 2.80% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #D60DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60DEE is #29F211. Grayscale: #626262. Windows color (decimal): -2748946 or 15601110. OLE color: 15601110.

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

Color convert

RGB 214 13 238 -
CMYK 0.10 0.95 0 0.07
HSL 293.6º 0.9% 0.49% -
HSV(B) 293.6º 0.95% 0.93% -
XYZ 43.31 20.76 82.61 -
YUV 98.75 206.59 210.2 -
System Red Green Blue C M Y K H S L
Decimal 214 13 238 0.10 0.95 0 0.07 293.6 0.9 0.49
Hex D6 D EE A 5F 0 7 126 5A 31
Octal 326 15 356 12 137 0 7 446 132 61
Binary 11010110 1101 11101110 1010 1011111 0 111 100100110 1011010 110001

Color Harmonies of #D60DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60DEE

Black with #D60DEE

Text Example


Text Example

White with #D60DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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