Html Css Color HEX #D210E7 Psychedelic Purple

📋 copy color: '#D210E7'

red 210 ◦ green 16 ◦ blue 231

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

Shades of Psychedelic Purple #D210E7

Tints of Psychedelic Purple #D210E7

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.5%

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

R = 45.95%
G = 3.5%
B = 50.55%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D210E7 (or 0xD210E7) is known color: Psychedelic Purple. HEX triplet: D2, 10 and E7. RGB value is (210,16,231). Sum of RGB (Red+Green+Blue) = 210+16+231=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #D210E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D210E7 is #2DEF18. Grayscale: #616161. Windows color (decimal): -3010329 or 15143122. OLE color: 15143122.

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

Color convert

RGB 210 16 231 -
CMYK 0.09 0.93 0 0.09
HSL 294.14º 0.87% 0.48% -
HSV(B) 294.14º 0.93% 0.91% -
XYZ 41.19 19.84 77.26 -
YUV 98.52 202.77 207.52 -
System Red Green Blue C M Y K H S L
Decimal 210 16 231 0.09 0.93 0 0.09 294.14 0.87 0.48
Hex D2 10 E7 9 5D 0 9 126 57 30
Octal 322 20 347 11 135 0 11 446 127 60
Binary 11010010 10000 11100111 1001 1011101 0 1001 100100110 1010111 110000

Color Harmonies of #D210E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D210E7

Black with #D210E7

Text Example


Text Example

White with #D210E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D210E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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