Html Css Color HEX #D10DF7 Psychedelic Purple

📋 copy color: '#D10DF7'

red 209 ◦ green 13 ◦ blue 247

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

Shades of Psychedelic Purple #D10DF7

Tints of Psychedelic Purple #D10DF7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.77%

 BLUE value IS 247 (96.88% from 255) = 52.67%

R = 44.56%
G = 2.77%
B = 52.67%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D10DF7 (or 0xD10DF7) is known color: Psychedelic Purple. HEX triplet: D1, 0D and F7. RGB value is (209,13,247). Sum of RGB (Red+Green+Blue) = 209+13+247=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 13 (5.47% from 255 or 2.77% from 469); Blue value is 247 (96.88% from 255 or 52.67% from 469); Max value from RGB is 247 - color contains mainly: blue. Hex color #D10DF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10DF7 is #2EF208. Grayscale: #616161. Windows color (decimal): -3076617 or 16190929. OLE color: 16190929.

HSL color Cylindrical-coordinate representation of color #D10DF7: hue angle of 290.26º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10DF7 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 209 13 247 -
CMYK 0.15 0.95 0 0.03
HSL 290.26º 0.94% 0.51% -
HSV(B) 290.26º 0.95% 0.97% -
XYZ 43.23 20.56 89.69 -
YUV 98.28 211.93 206.97 -
System Red Green Blue C M Y K H S L
Decimal 209 13 247 0.15 0.95 0 0.03 290.26 0.94 0.51
Hex D1 D F7 F 5F 0 3 122 5E 33
Octal 321 15 367 17 137 0 3 442 136 63
Binary 11010001 1101 11110111 1111 1011111 0 11 100100010 1011110 110011

Color Harmonies of #D10DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10DF7

Black with #D10DF7

Text Example


Text Example

White with #D10DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10DF7; }

 p { color: rgb(209,13,247); }

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

background-color css

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

 a { background-color: rgb(209,13,247); }

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

border-color css

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

 span { border-color: rgb(209,13,247); }

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