Html Css Color HEX #D610EE Psychedelic Purple

📋 copy color: '#D610EE'

red 214 ◦ green 16 ◦ blue 238

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

Shades of Psychedelic Purple #D610EE

Tints of Psychedelic Purple #D610EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.85%

R = 45.73%
G = 3.42%
B = 50.85%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D610EE (or 0xD610EE) is known color: Psychedelic Purple. HEX triplet: D6, 10 and EE. RGB value is (214,16,238). Sum of RGB (Red+Green+Blue) = 214+16+238=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #D610EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D610EE is #29EF11. Grayscale: #636363. Windows color (decimal): -2748178 or 15601878. OLE color: 15601878.

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

Color convert

RGB 214 16 238 -
CMYK 0.10 0.93 0 0.07
HSL 293.51º 0.87% 0.5% -
HSV(B) 293.51º 0.93% 0.93% -
XYZ 43.35 20.84 82.63 -
YUV 100.51 205.6 208.95 -
System Red Green Blue C M Y K H S L
Decimal 214 16 238 0.10 0.93 0 0.07 293.51 0.87 0.5
Hex D6 10 EE A 5D 0 7 126 57 32
Octal 326 20 356 12 135 0 7 446 127 62
Binary 11010110 10000 11101110 1010 1011101 0 111 100100110 1010111 110010

Color Harmonies of #D610EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610EE

Black with #D610EE

Text Example


Text Example

White with #D610EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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