Html Css Color HEX #D200EF Psychedelic Purple

📋 copy color: '#D200EF'

red 210 ◦ green 0 ◦ blue 239

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

Shades of Psychedelic Purple #D200EF

Tints of Psychedelic Purple #D200EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 46.77%
G = 0%
B = 53.23%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D200EF (or 0xD200EF) is known color: Psychedelic Purple. HEX triplet: D2, 00 and EF. RGB value is (210,0,239). Sum of RGB (Red+Green+Blue) = 210+0+239=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #D200EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D200EF is #2DFF10. Grayscale: #595959. Windows color (decimal): -3014417 or 15663314. OLE color: 15663314.

HSL color Cylindrical-coordinate representation of color #D200EF: hue angle of 292.72º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200EF is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 0 239 -
CMYK 0.12 1 0 0.06
HSL 292.72º 1% 0.47% -
HSV(B) 292.72º 1% 0.94% -
XYZ 42.16 19.93 83.29 -
YUV 90.04 212.07 213.57 -
System Red Green Blue C M Y K H S L
Decimal 210 0 239 0.12 1 0 0.06 292.72 1 0.47
Hex D2 0 EF C 64 0 6 125 64 2F
Octal 322 0 357 14 144 0 6 445 144 57
Binary 11010010 0 11101111 1100 1100100 0 110 100100101 1100100 101111

Color Harmonies of #D200EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D200EF

Black with #D200EF

Text Example


Text Example

White with #D200EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D200EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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