Html Css Color HEX #D608FF Psychedelic Purple

📋 copy color: '#D608FF'

red 214 ◦ green 8 ◦ blue 255

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

Shades of Psychedelic Purple #D608FF

Tints of Psychedelic Purple #D608FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.46%

R = 44.86%
G = 1.68%
B = 53.46%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D608FF (or 0xD608FF) is known color: Psychedelic Purple. HEX triplet: D6, 08 and FF. RGB value is (214,8,255). Sum of RGB (Red+Green+Blue) = 214+8+255=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 8 (3.52% from 255 or 1.68% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #D608FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D608FF is #29F700. Grayscale: #606060. Windows color (decimal): -2750209 or 16713942. OLE color: 16713942.

HSL color Cylindrical-coordinate representation of color #D608FF: hue angle of 290.04º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D608FF is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 8 255 -
CMYK 0.16 0.97 0 0
HSL 290.04º 1% 0.52% -
HSV(B) 290.04º 0.97% 1% -
XYZ 45.87 21.69 96.38 -
YUV 97.75 216.75 210.92 -
System Red Green Blue C M Y K H S L
Decimal 214 8 255 0.16 0.97 0 0 290.04 1 0.52
Hex D6 8 FF 10 61 0 0 122 64 34
Octal 326 10 377 20 141 0 0 442 144 64
Binary 11010110 1000 11111111 10000 1100001 0 0 100100010 1100100 110100

Color Harmonies of #D608FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D608FF

Black with #D608FF

Text Example


Text Example

White with #D608FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D608FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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