Html Css Color HEX #D609FB Psychedelic Purple

📋 copy color: '#D609FB'

red 214 ◦ green 9 ◦ blue 251

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

Shades of Psychedelic Purple #D609FB

Tints of Psychedelic Purple #D609FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.95%

R = 45.15%
G = 1.9%
B = 52.95%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D609FB (or 0xD609FB) is known color: Psychedelic Purple. HEX triplet: D6, 09 and FB. RGB value is (214,9,251). Sum of RGB (Red+Green+Blue) = 214+9+251=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 9 (3.91% from 255 or 1.90% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #D609FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D609FB is #29F604. Grayscale: #616161. Windows color (decimal): -2749957 or 16452054. OLE color: 16452054.

HSL color Cylindrical-coordinate representation of color #D609FB: hue angle of 290.83º degrees, saturation: 0.97, 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 #D609FB is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 9 251 -
CMYK 0.15 0.96 0 0.02
HSL 290.83º 0.97% 0.51% -
HSV(B) 290.83º 0.96% 0.98% -
XYZ 45.24 21.46 93.02 -
YUV 97.88 214.42 210.82 -
System Red Green Blue C M Y K H S L
Decimal 214 9 251 0.15 0.96 0 0.02 290.83 0.97 0.51
Hex D6 9 FB F 60 0 2 123 61 33
Octal 326 11 373 17 140 0 2 443 141 63
Binary 11010110 1001 11111011 1111 1100000 0 10 100100011 1100001 110011

Color Harmonies of #D609FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D609FB

Black with #D609FB

Text Example


Text Example

White with #D609FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D609FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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