Html Css Color HEX #D206F9 Psychedelic Purple

📋 copy color: '#D206F9'

red 210 ◦ green 6 ◦ blue 249

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

Shades of Psychedelic Purple #D206F9

Tints of Psychedelic Purple #D206F9

RGB

 RED value IS 210 (82.42% from 255) = 45.16%

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

 BLUE value IS 249 (97.66% from 255) = 53.55%

R = 45.16%
G = 1.29%
B = 53.55%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D206F9 (or 0xD206F9) is known color: Psychedelic Purple. HEX triplet: D2, 06 and F9. RGB value is (210,6,249). Sum of RGB (Red+Green+Blue) = 210+6+249=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 6 (2.73% from 255 or 1.29% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #D206F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D206F9 is #2DF906. Grayscale: #5D5D5D. Windows color (decimal): -3012871 or 16320210. OLE color: 16320210.

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

Color convert

RGB 210 6 249 -
CMYK 0.16 0.98 0 0.02
HSL 290.37º 0.95% 0.5% -
HSV(B) 290.37º 0.98% 0.98% -
XYZ 43.74 20.67 91.31 -
YUV 94.7 215.09 210.24 -
System Red Green Blue C M Y K H S L
Decimal 210 6 249 0.16 0.98 0 0.02 290.37 0.95 0.5
Hex D2 6 F9 10 62 0 2 122 5F 32
Octal 322 6 371 20 142 0 2 442 137 62
Binary 11010010 110 11111001 10000 1100010 0 10 100100010 1011111 110010

Color Harmonies of #D206F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D206F9

Black with #D206F9

Text Example


Text Example

White with #D206F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D206F9; }

 p { color: rgb(210,6,249); }

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

background-color css

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

 a { background-color: rgb(210,6,249); }

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

border-color css

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

 span { border-color: rgb(210,6,249); }

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