Html Css Color HEX #D608EE Psychedelic Purple

📋 copy color: '#D608EE'

red 214 ◦ green 8 ◦ blue 238

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

Shades of Psychedelic Purple #D608EE

Tints of Psychedelic Purple #D608EE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.74%

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

R = 46.52%
G = 1.74%
B = 51.74%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D608EE (or 0xD608EE) is known color: Psychedelic Purple. HEX triplet: D6, 08 and EE. RGB value is (214,8,238). Sum of RGB (Red+Green+Blue) = 214+8+238=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 8 (3.52% from 255 or 1.74% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #D608EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D608EE is #29F711. Grayscale: #5F5F5F. Windows color (decimal): -2750226 or 15599830. OLE color: 15599830.

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

Color convert

RGB 214 8 238 -
CMYK 0.10 0.97 0 0.07
HSL 293.74º 0.93% 0.48% -
HSV(B) 293.74º 0.97% 0.93% -
XYZ 43.25 20.64 82.59 -
YUV 95.81 208.25 212.3 -
System Red Green Blue C M Y K H S L
Decimal 214 8 238 0.10 0.97 0 0.07 293.74 0.93 0.48
Hex D6 8 EE A 61 0 7 126 5D 30
Octal 326 10 356 12 141 0 7 446 135 60
Binary 11010110 1000 11101110 1010 1100001 0 111 100100110 1011101 110000

Color Harmonies of #D608EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D608EE

Black with #D608EE

Text Example


Text Example

White with #D608EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D608EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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