Html Css Color HEX #D200EA Psychedelic Purple

📋 copy color: '#D200EA'

red 210 ◦ green 0 ◦ blue 234

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

Shades of Psychedelic Purple #D200EA

Tints of Psychedelic Purple #D200EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.7%

R = 47.3%
G = 0%
B = 52.7%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D200EA (or 0xD200EA) is known color: Psychedelic Purple. HEX triplet: D2, 00 and EA. RGB value is (210,0,234). Sum of RGB (Red+Green+Blue) = 210+0+234=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #D200EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D200EA is #2DFF15. Grayscale: #585858. Windows color (decimal): -3014422 or 15335634. OLE color: 15335634.

HSL color Cylindrical-coordinate representation of color #D200EA: hue angle of 293.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200EA is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 0 234 -
CMYK 0.10 1 0 0.08
HSL 293.85º 1% 0.46% -
HSV(B) 293.85º 1% 0.92% -
XYZ 41.43 19.64 79.45 -
YUV 89.47 209.57 213.97 -
System Red Green Blue C M Y K H S L
Decimal 210 0 234 0.10 1 0 0.08 293.85 1 0.46
Hex D2 0 EA A 64 0 8 126 64 2E
Octal 322 0 352 12 144 0 10 446 144 56
Binary 11010010 0 11101010 1010 1100100 0 1000 100100110 1100100 101110

Color Harmonies of #D200EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D200EA

Black with #D200EA

Text Example


Text Example

White with #D200EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D200EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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