Html Css Color HEX #D200FA Psychedelic Purple

📋 copy color: '#D200FA'

red 210 ◦ green 0 ◦ blue 250

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

Shades of Psychedelic Purple #D200FA

Tints of Psychedelic Purple #D200FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 45.65%
G = 0%
B = 54.35%

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

#D200FA (or 0xD200FA) is known color: Psychedelic Purple. HEX triplet: D2, 00 and FA. RGB value is (210,0,250). Sum of RGB (Red+Green+Blue) = 210+0+250=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #D200FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D200FA is #2DFF05. Grayscale: #5A5A5A. Windows color (decimal): -3014406 or 16384210. OLE color: 16384210.

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

Color convert

RGB 210 0 250 -
CMYK 0.16 1 0 0.02
HSL 290.4º 1% 0.49% -
HSV(B) 290.4º 1% 0.98% -
XYZ 43.83 20.6 92.11 -
YUV 91.29 217.57 212.67 -
System Red Green Blue C M Y K H S L
Decimal 210 0 250 0.16 1 0 0.02 290.4 1 0.49
Hex D2 0 FA 10 64 0 2 122 64 31
Octal 322 0 372 20 144 0 2 442 144 61
Binary 11010010 0 11111010 10000 1100100 0 10 100100010 1100100 110001

Color Harmonies of #D200FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D200FA

Black with #D200FA

Text Example


Text Example

White with #D200FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D200FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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