Html Css Color HEX #D200E7 Psychedelic Purple

📋 copy color: '#D200E7'

red 210 ◦ green 0 ◦ blue 231

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

Shades of Psychedelic Purple #D200E7

Tints of Psychedelic Purple #D200E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.38%

R = 47.62%
G = 0%
B = 52.38%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D200E7 (or 0xD200E7) is known color: Psychedelic Purple. HEX triplet: D2, 00 and E7. RGB value is (210,0,231). Sum of RGB (Red+Green+Blue) = 210+0+231=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 231 (90.62% from 255 or 52.38% from 441); Max value from RGB is 231 - color contains mainly: blue. Hex color #D200E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D200E7 is #2DFF18. Grayscale: #585858. Windows color (decimal): -3014425 or 15139026. OLE color: 15139026.

HSL color Cylindrical-coordinate representation of color #D200E7: hue angle of 294.55º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200E7 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 0 231 -
CMYK 0.09 1 0 0.09
HSL 294.55º 1% 0.45% -
HSV(B) 294.55º 1% 0.91% -
XYZ 41 19.47 77.2 -
YUV 89.12 208.07 214.22 -
System Red Green Blue C M Y K H S L
Decimal 210 0 231 0.09 1 0 0.09 294.55 1 0.45
Hex D2 0 E7 9 64 0 9 127 64 2D
Octal 322 0 347 11 144 0 11 447 144 55
Binary 11010010 0 11100111 1001 1100100 0 1001 100100111 1100100 101101

Color Harmonies of #D200E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D200E7

Black with #D200E7

Text Example


Text Example

White with #D200E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D200E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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