Html Css Color HEX #D608FA Psychedelic Purple

📋 copy color: '#D608FA'

red 214 ◦ green 8 ◦ blue 250

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

Shades of Psychedelic Purple #D608FA

Tints of Psychedelic Purple #D608FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.97%

R = 45.34%
G = 1.69%
B = 52.97%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D608FA (or 0xD608FA) is known color: Psychedelic Purple. HEX triplet: D6, 08 and FA. RGB value is (214,8,250). Sum of RGB (Red+Green+Blue) = 214+8+250=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 8 (3.52% from 255 or 1.69% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #D608FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D608FA is #29F705. Grayscale: #606060. Windows color (decimal): -2750214 or 16386262. OLE color: 16386262.

HSL color Cylindrical-coordinate representation of color #D608FA: hue angle of 291.07º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D608FA is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 8 250 -
CMYK 0.14 0.97 0 0.02
HSL 291.07º 0.96% 0.51% -
HSV(B) 291.07º 0.97% 0.98% -
XYZ 45.07 21.37 92.19 -
YUV 97.18 214.25 211.32 -
System Red Green Blue C M Y K H S L
Decimal 214 8 250 0.14 0.97 0 0.02 291.07 0.96 0.51
Hex D6 8 FA E 61 0 2 123 60 33
Octal 326 10 372 16 141 0 2 443 140 63
Binary 11010110 1000 11111010 1110 1100001 0 10 100100011 1100000 110011

Color Harmonies of #D608FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D608FA

Black with #D608FA

Text Example


Text Example

White with #D608FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D608FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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