Html Css Color HEX #DC09FB Psychedelic Purple

📋 copy color: '#DC09FB'

red 220 ◦ green 9 ◦ blue 251

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

Shades of Psychedelic Purple #DC09FB

Tints of Psychedelic Purple #DC09FB

RGB

 RED value IS 220 (86.33% from 255) = 45.83%

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

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

R = 45.83%
G = 1.88%
B = 52.29%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC09FB (or 0xDC09FB) is known color: Psychedelic Purple. HEX triplet: DC, 09 and FB. RGB value is (220,9,251). Sum of RGB (Red+Green+Blue) = 220+9+251=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 9 (3.91% from 255 or 1.88% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC09FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC09FB is #23F604. Grayscale: #626262. Windows color (decimal): -2356741 or 16452060. OLE color: 16452060.

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

Color convert

RGB 220 9 251 -
CMYK 0.12 0.96 0 0.02
HSL 292.31º 0.97% 0.51% -
HSV(B) 292.31º 0.96% 0.98% -
XYZ 47.03 22.38 93.11 -
YUV 99.68 213.4 213.82 -
System Red Green Blue C M Y K H S L
Decimal 220 9 251 0.12 0.96 0 0.02 292.31 0.97 0.51
Hex DC 9 FB C 60 0 2 124 61 33
Octal 334 11 373 14 140 0 2 444 141 63
Binary 11011100 1001 11111011 1100 1100000 0 10 100100100 1100001 110011

Color Harmonies of #DC09FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09FB

Black with #DC09FB

Text Example


Text Example

White with #DC09FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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