Html Css Color HEX #D609FA Psychedelic Purple

📋 copy color: '#D609FA'

red 214 ◦ green 9 ◦ blue 250

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

Shades of Psychedelic Purple #D609FA

Tints of Psychedelic Purple #D609FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.9%

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

R = 45.24%
G = 1.9%
B = 52.85%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D609FA (or 0xD609FA) is known color: Psychedelic Purple. HEX triplet: D6, 09 and FA. RGB value is (214,9,250). Sum of RGB (Red+Green+Blue) = 214+9+250=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 9 (3.91% from 255 or 1.90% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #D609FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D609FA is #29F605. Grayscale: #616161. Windows color (decimal): -2749958 or 16386518. OLE color: 16386518.

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

Color convert

RGB 214 9 250 -
CMYK 0.14 0.96 0 0.02
HSL 291.04º 0.96% 0.51% -
HSV(B) 291.04º 0.96% 0.98% -
XYZ 45.08 21.39 92.2 -
YUV 97.77 213.92 210.9 -
System Red Green Blue C M Y K H S L
Decimal 214 9 250 0.14 0.96 0 0.02 291.04 0.96 0.51
Hex D6 9 FA E 60 0 2 123 60 33
Octal 326 11 372 16 140 0 2 443 140 63
Binary 11010110 1001 11111010 1110 1100000 0 10 100100011 1100000 110011

Color Harmonies of #D609FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D609FA

Black with #D609FA

Text Example


Text Example

White with #D609FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D609FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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