Html Css Color HEX #D10DED Psychedelic Purple

📋 copy color: '#D10DED'

red 209 ◦ green 13 ◦ blue 237

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

Shades of Psychedelic Purple #D10DED

Tints of Psychedelic Purple #D10DED

RGB

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

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

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

R = 45.53%
G = 2.83%
B = 51.63%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D10DED (or 0xD10DED) is known color: Psychedelic Purple. HEX triplet: D1, 0D and ED. RGB value is (209,13,237). Sum of RGB (Red+Green+Blue) = 209+13+237=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #D10DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10DED is #2EF212. Grayscale: #606060. Windows color (decimal): -3076627 or 15535569. OLE color: 15535569.

HSL color Cylindrical-coordinate representation of color #D10DED: hue angle of 292.5º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10DED is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 13 237 -
CMYK 0.12 0.95 0 0.07
HSL 292.5º 0.9% 0.49% -
HSV(B) 292.5º 0.95% 0.93% -
XYZ 41.72 19.96 81.77 -
YUV 97.14 206.93 207.79 -
System Red Green Blue C M Y K H S L
Decimal 209 13 237 0.12 0.95 0 0.07 292.5 0.9 0.49
Hex D1 D ED C 5F 0 7 124 5A 31
Octal 321 15 355 14 137 0 7 444 132 61
Binary 11010001 1101 11101101 1100 1011111 0 111 100100100 1011010 110001

Color Harmonies of #D10DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10DED

Black with #D10DED

Text Example


Text Example

White with #D10DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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