Html Css Color HEX #D710ED Psychedelic Purple

📋 copy color: '#D710ED'

red 215 ◦ green 16 ◦ blue 237

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

Shades of Psychedelic Purple #D710ED

Tints of Psychedelic Purple #D710ED

RGB

 RED value IS 215 (84.38% from 255) = 45.94%

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

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

R = 45.94%
G = 3.42%
B = 50.64%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D710ED (or 0xD710ED) is known color: Psychedelic Purple. HEX triplet: D7, 10 and ED. RGB value is (215,16,237). Sum of RGB (Red+Green+Blue) = 215+16+237=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #D710ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D710ED is #28EF12. Grayscale: #646464. Windows color (decimal): -2682643 or 15536343. OLE color: 15536343.

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

Color convert

RGB 215 16 237 -
CMYK 0.09 0.93 0 0.07
HSL 294.03º 0.87% 0.5% -
HSV(B) 294.03º 0.93% 0.93% -
XYZ 43.5 20.93 81.87 -
YUV 100.7 204.93 209.53 -
System Red Green Blue C M Y K H S L
Decimal 215 16 237 0.09 0.93 0 0.07 294.03 0.87 0.5
Hex D7 10 ED 9 5D 0 7 126 57 32
Octal 327 20 355 11 135 0 7 446 127 62
Binary 11010111 10000 11101101 1001 1011101 0 111 100100110 1010111 110010

Color Harmonies of #D710ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D710ED

Black with #D710ED

Text Example


Text Example

White with #D710ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D710ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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