Html Css Color HEX #D10EFC Psychedelic Purple

📋 copy color: '#D10EFC'

red 209 ◦ green 14 ◦ blue 252

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

Shades of Psychedelic Purple #D10EFC

Tints of Psychedelic Purple #D10EFC

RGB

 RED value IS 209 (82.03% from 255) = 44%

 GREEN value IS 14 (5.86% from 255) = 2.95%

 BLUE value IS 252 (98.83% from 255) = 53.05%

R = 44%
G = 2.95%
B = 53.05%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D10EFC (or 0xD10EFC) is known color: Psychedelic Purple. HEX triplet: D1, 0E and FC. RGB value is (209,14,252). Sum of RGB (Red+Green+Blue) = 209+14+252=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #D10EFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10EFC is #2EF103. Grayscale: #626262. Windows color (decimal): -3076356 or 16518865. OLE color: 16518865.

HSL color Cylindrical-coordinate representation of color #D10EFC: hue angle of 289.16º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10EFC is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 14 252 -
CMYK 0.17 0.94 0 0.01
HSL 289.16º 0.98% 0.52% -
HSV(B) 289.16º 0.94% 0.99% -
XYZ 44.02 20.9 93.81 -
YUV 99.44 214.1 206.15 -
System Red Green Blue C M Y K H S L
Decimal 209 14 252 0.17 0.94 0 0.01 289.16 0.98 0.52
Hex D1 E FC 11 5E 0 1 121 62 34
Octal 321 16 374 21 136 0 1 441 142 64
Binary 11010001 1110 11111100 10001 1011110 0 1 100100001 1100010 110100

Color Harmonies of #D10EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10EFC

Black with #D10EFC

Text Example


Text Example

White with #D10EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10EFC; }

 p { color: rgb(209,14,252); }

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

background-color css

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

 a { background-color: rgb(209,14,252); }

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

border-color css

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

 span { border-color: rgb(209,14,252); }

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