Html Css Color HEX #D610ED Psychedelic Purple

📋 copy color: '#D610ED'

red 214 ◦ green 16 ◦ blue 237

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

Shades of Psychedelic Purple #D610ED

Tints of Psychedelic Purple #D610ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.75%

R = 45.82%
G = 3.43%
B = 50.75%

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

#D610ED (or 0xD610ED) is known color: Psychedelic Purple. HEX triplet: D6, 10 and ED. RGB value is (214,16,237). Sum of RGB (Red+Green+Blue) = 214+16+237=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 16 (6.64% from 255 or 3.43% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #D610ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D610ED is #29EF12. Grayscale: #636363. Windows color (decimal): -2748179 or 15536342. OLE color: 15536342.

HSL color Cylindrical-coordinate representation of color #D610ED: hue angle of 293.76º 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 #D610ED is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 16 237 -
CMYK 0.10 0.93 0 0.07
HSL 293.76º 0.87% 0.5% -
HSV(B) 293.76º 0.93% 0.93% -
XYZ 43.2 20.78 81.85 -
YUV 100.4 205.1 209.03 -
System Red Green Blue C M Y K H S L
Decimal 214 16 237 0.10 0.93 0 0.07 293.76 0.87 0.5
Hex D6 10 ED A 5D 0 7 126 57 32
Octal 326 20 355 12 135 0 7 446 127 62
Binary 11010110 10000 11101101 1010 1011101 0 111 100100110 1010111 110010

Color Harmonies of #D610ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610ED

Black with #D610ED

Text Example


Text Example

White with #D610ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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