Html Css Color HEX #D610EB Psychedelic Purple

📋 copy color: '#D610EB'

red 214 ◦ green 16 ◦ blue 235

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

Shades of Psychedelic Purple #D610EB

Tints of Psychedelic Purple #D610EB

RGB

 RED value IS 214 (83.98% from 255) = 46.02%

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

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

R = 46.02%
G = 3.44%
B = 50.54%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D610EB (or 0xD610EB) is known color: Psychedelic Purple. HEX triplet: D6, 10 and EB. RGB value is (214,16,235). Sum of RGB (Red+Green+Blue) = 214+16+235=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #D610EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D610EB is #29EF14. Grayscale: #636363. Windows color (decimal): -2748181 or 15405270. OLE color: 15405270.

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

Color convert

RGB 214 16 235 -
CMYK 0.09 0.93 0 0.08
HSL 294.25º 0.87% 0.49% -
HSV(B) 294.25º 0.93% 0.92% -
XYZ 42.91 20.66 80.32 -
YUV 100.17 204.1 209.19 -
System Red Green Blue C M Y K H S L
Decimal 214 16 235 0.09 0.93 0 0.08 294.25 0.87 0.49
Hex D6 10 EB 9 5D 0 8 126 57 31
Octal 326 20 353 11 135 0 10 446 127 61
Binary 11010110 10000 11101011 1001 1011101 0 1000 100100110 1010111 110001

Color Harmonies of #D610EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610EB

Black with #D610EB

Text Example


Text Example

White with #D610EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610EB; }

 p { color: rgb(214,16,235); }

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

background-color css

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

 a { background-color: rgb(214,16,235); }

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

border-color css

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

 span { border-color: rgb(214,16,235); }

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