Html Css Color HEX #D200EB Psychedelic Purple

📋 copy color: '#D200EB'

red 210 ◦ green 0 ◦ blue 235

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

Shades of Psychedelic Purple #D200EB

Tints of Psychedelic Purple #D200EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.81%

R = 47.19%
G = 0%
B = 52.81%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D200EB (or 0xD200EB) is known color: Psychedelic Purple. HEX triplet: D2, 00 and EB. RGB value is (210,0,235). Sum of RGB (Red+Green+Blue) = 210+0+235=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #D200EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D200EB is #2DFF14. Grayscale: #585858. Windows color (decimal): -3014421 or 15401170. OLE color: 15401170.

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

Color convert

RGB 210 0 235 -
CMYK 0.11 1 0 0.08
HSL 293.62º 1% 0.46% -
HSV(B) 293.62º 1% 0.92% -
XYZ 41.57 19.7 80.21 -
YUV 89.58 210.07 213.89 -
System Red Green Blue C M Y K H S L
Decimal 210 0 235 0.11 1 0 0.08 293.62 1 0.46
Hex D2 0 EB B 64 0 8 126 64 2E
Octal 322 0 353 13 144 0 10 446 144 56
Binary 11010010 0 11101011 1011 1100100 0 1000 100100110 1100100 101110

Color Harmonies of #D200EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D200EB

Black with #D200EB

Text Example


Text Example

White with #D200EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D200EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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