Html Css Color HEX #D206FD Psychedelic Purple

📋 copy color: '#D206FD'

red 210 ◦ green 6 ◦ blue 253

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

Shades of Psychedelic Purple #D206FD

Tints of Psychedelic Purple #D206FD

RGB

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

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

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

R = 44.78%
G = 1.28%
B = 53.94%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D206FD (or 0xD206FD) is known color: Psychedelic Purple. HEX triplet: D2, 06 and FD. RGB value is (210,6,253). Sum of RGB (Red+Green+Blue) = 210+6+253=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 6 (2.73% from 255 or 1.28% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #D206FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D206FD is #2DF902. Grayscale: #5E5E5E. Windows color (decimal): -3012867 or 16582354. OLE color: 16582354.

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

Color convert

RGB 210 6 253 -
CMYK 0.17 0.98 0 0.01
HSL 289.55º 0.98% 0.51% -
HSV(B) 289.55º 0.98% 0.99% -
XYZ 44.37 20.92 94.63 -
YUV 95.15 217.09 209.92 -
System Red Green Blue C M Y K H S L
Decimal 210 6 253 0.17 0.98 0 0.01 289.55 0.98 0.51
Hex D2 6 FD 11 62 0 1 122 62 33
Octal 322 6 375 21 142 0 1 442 142 63
Binary 11010010 110 11111101 10001 1100010 0 1 100100010 1100010 110011

Color Harmonies of #D206FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D206FD

Black with #D206FD

Text Example


Text Example

White with #D206FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D206FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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