Html Css Color HEX #D609FD Psychedelic Purple

📋 copy color: '#D609FD'

red 214 ◦ green 9 ◦ blue 253

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

Shades of Psychedelic Purple #D609FD

Tints of Psychedelic Purple #D609FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.15%

R = 44.96%
G = 1.89%
B = 53.15%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D609FD (or 0xD609FD) is known color: Psychedelic Purple. HEX triplet: D6, 09 and FD. RGB value is (214,9,253). Sum of RGB (Red+Green+Blue) = 214+9+253=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 9 (3.91% from 255 or 1.89% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #D609FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D609FD is #29F602. Grayscale: #616161. Windows color (decimal): -2749955 or 16583126. OLE color: 16583126.

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

Color convert

RGB 214 9 253 -
CMYK 0.15 0.96 0 0.01
HSL 290.41º 0.98% 0.51% -
HSV(B) 290.41º 0.96% 0.99% -
XYZ 45.56 21.58 94.69 -
YUV 98.11 215.42 210.66 -
System Red Green Blue C M Y K H S L
Decimal 214 9 253 0.15 0.96 0 0.01 290.41 0.98 0.51
Hex D6 9 FD F 60 0 1 122 62 33
Octal 326 11 375 17 140 0 1 442 142 63
Binary 11010110 1001 11111101 1111 1100000 0 1 100100010 1100010 110011

Color Harmonies of #D609FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D609FD

Black with #D609FD

Text Example


Text Example

White with #D609FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D609FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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