Html Css Color HEX #D608ED Psychedelic Purple

📋 copy color: '#D608ED'

red 214 ◦ green 8 ◦ blue 237

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

Shades of Psychedelic Purple #D608ED

Tints of Psychedelic Purple #D608ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.63%

R = 46.62%
G = 1.74%
B = 51.63%

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

#D608ED (or 0xD608ED) is known color: Psychedelic Purple. HEX triplet: D6, 08 and ED. RGB value is (214,8,237). Sum of RGB (Red+Green+Blue) = 214+8+237=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 8 (3.52% from 255 or 1.74% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #D608ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D608ED is #29F712. Grayscale: #5E5E5E. Windows color (decimal): -2750227 or 15534294. OLE color: 15534294.

HSL color Cylindrical-coordinate representation of color #D608ED: hue angle of 293.97º 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 #D608ED is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 8 237 -
CMYK 0.10 0.97 0 0.07
HSL 293.97º 0.93% 0.48% -
HSV(B) 293.97º 0.97% 0.93% -
XYZ 43.1 20.58 81.82 -
YUV 95.7 207.75 212.38 -
System Red Green Blue C M Y K H S L
Decimal 214 8 237 0.10 0.97 0 0.07 293.97 0.93 0.48
Hex D6 8 ED A 61 0 7 126 5D 30
Octal 326 10 355 12 141 0 7 446 135 60
Binary 11010110 1000 11101101 1010 1100001 0 111 100100110 1011101 110000

Color Harmonies of #D608ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D608ED

Black with #D608ED

Text Example


Text Example

White with #D608ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D608ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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