Html Css Color HEX #D10EFD Psychedelic Purple

📋 copy color: '#D10EFD'

red 209 ◦ green 14 ◦ blue 253

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

Shades of Psychedelic Purple #D10EFD

Tints of Psychedelic Purple #D10EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.15%

R = 43.91%
G = 2.94%
B = 53.15%

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

#D10EFD (or 0xD10EFD) is known color: Psychedelic Purple. HEX triplet: D1, 0E and FD. RGB value is (209,14,253). Sum of RGB (Red+Green+Blue) = 209+14+253=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 14 (5.86% from 255 or 2.94% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #D10EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10EFD is #2EF102. Grayscale: #626262. Windows color (decimal): -3076355 or 16584401. OLE color: 16584401.

HSL color Cylindrical-coordinate representation of color #D10EFD: hue angle of 288.95º 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 #D10EFD is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 14 253 -
CMYK 0.17 0.94 0 0.01
HSL 288.95º 0.98% 0.52% -
HSV(B) 288.95º 0.94% 0.99% -
XYZ 44.18 20.96 94.65 -
YUV 99.55 214.6 206.07 -
System Red Green Blue C M Y K H S L
Decimal 209 14 253 0.17 0.94 0 0.01 288.95 0.98 0.52
Hex D1 E FD 11 5E 0 1 121 62 34
Octal 321 16 375 21 136 0 1 441 142 64
Binary 11010001 1110 11111101 10001 1011110 0 1 100100001 1100010 110100

Color Harmonies of #D10EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10EFD

Black with #D10EFD

Text Example


Text Example

White with #D10EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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