Html Css Color HEX #D606FE Psychedelic Purple

📋 copy color: '#D606FE'

red 214 ◦ green 6 ◦ blue 254

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

Shades of Psychedelic Purple #D606FE

Tints of Psychedelic Purple #D606FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.27%

 BLUE value IS 254 (99.61% from 255) = 53.59%

R = 45.15%
G = 1.27%
B = 53.59%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D606FE (or 0xD606FE) is known color: Psychedelic Purple. HEX triplet: D6, 06 and FE. RGB value is (214,6,254). Sum of RGB (Red+Green+Blue) = 214+6+254=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 6 (2.73% from 255 or 1.27% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #D606FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D606FE is #29F901. Grayscale: #5F5F5F. Windows color (decimal): -2750722 or 16647894. OLE color: 16647894.

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

Color convert

RGB 214 6 254 -
CMYK 0.16 0.98 0 0.00
HSL 290.32º 0.99% 0.51% -
HSV(B) 290.32º 0.98% 1% -
XYZ 45.69 21.58 95.52 -
YUV 96.46 216.91 211.83 -
System Red Green Blue C M Y K H S L
Decimal 214 6 254 0.16 0.98 0 0.00 290.32 0.99 0.51
Hex D6 6 FE 10 62 0 0 122 63 33
Octal 326 6 376 20 142 0 0 442 143 63
Binary 11010110 110 11111110 10000 1100010 0 0 100100010 1100011 110011

Color Harmonies of #D606FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D606FE

Black with #D606FE

Text Example


Text Example

White with #D606FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D606FE; }

 p { color: rgb(214,6,254); }

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

background-color css

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

 a { background-color: rgb(214,6,254); }

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

border-color css

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

 span { border-color: rgb(214,6,254); }

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