Html Css Color HEX #D200F9 Psychedelic Purple

📋 copy color: '#D200F9'

red 210 ◦ green 0 ◦ blue 249

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

Shades of Psychedelic Purple #D200F9

Tints of Psychedelic Purple #D200F9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.75%
G = 0%
B = 54.25%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D200F9 (or 0xD200F9) is known color: Psychedelic Purple. HEX triplet: D2, 00 and F9. RGB value is (210,0,249). Sum of RGB (Red+Green+Blue) = 210+0+249=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #D200F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D200F9 is #2DFF06. Grayscale: #5A5A5A. Windows color (decimal): -3014407 or 16318674. OLE color: 16318674.

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

Color convert

RGB 210 0 249 -
CMYK 0.16 1 0 0.02
HSL 290.6º 1% 0.49% -
HSV(B) 290.6º 1% 0.98% -
XYZ 43.68 20.54 91.29 -
YUV 91.18 217.07 212.75 -
System Red Green Blue C M Y K H S L
Decimal 210 0 249 0.16 1 0 0.02 290.6 1 0.49
Hex D2 0 F9 10 64 0 2 123 64 31
Octal 322 0 371 20 144 0 2 443 144 61
Binary 11010010 0 11111001 10000 1100100 0 10 100100011 1100100 110001

Color Harmonies of #D200F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D200F9

Black with #D200F9

Text Example


Text Example

White with #D200F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D200F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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