Html Css Color HEX #D710EE Psychedelic Purple

📋 copy color: '#D710EE'

red 215 ◦ green 16 ◦ blue 238

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

Shades of Psychedelic Purple #D710EE

Tints of Psychedelic Purple #D710EE

RGB

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

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

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

R = 45.84%
G = 3.41%
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

#D710EE (or 0xD710EE) is known color: Psychedelic Purple. HEX triplet: D7, 10 and EE. RGB value is (215,16,238). Sum of RGB (Red+Green+Blue) = 215+16+238=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 16 (6.64% from 255 or 3.41% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #D710EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D710EE is #28EF11. Grayscale: #646464. Windows color (decimal): -2682642 or 15601879. OLE color: 15601879.

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

Color convert

RGB 215 16 238 -
CMYK 0.10 0.93 0 0.07
HSL 293.78º 0.87% 0.5% -
HSV(B) 293.78º 0.93% 0.93% -
XYZ 43.64 20.99 82.64 -
YUV 100.81 205.43 209.45 -
System Red Green Blue C M Y K H S L
Decimal 215 16 238 0.10 0.93 0 0.07 293.78 0.87 0.5
Hex D7 10 EE A 5D 0 7 126 57 32
Octal 327 20 356 12 135 0 7 446 127 62
Binary 11010111 10000 11101110 1010 1011101 0 111 100100110 1010111 110010

Color Harmonies of #D710EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D710EE

Black with #D710EE

Text Example


Text Example

White with #D710EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D710EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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