Html Css Color HEX #DA10ED Psychedelic Purple

📋 copy color: '#DA10ED'

red 218 ◦ green 16 ◦ blue 237

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

Shades of Psychedelic Purple #DA10ED

Tints of Psychedelic Purple #DA10ED

RGB

 RED value IS 218 (85.55% from 255) = 46.28%

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

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

R = 46.28%
G = 3.4%
B = 50.32%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA10ED (or 0xDA10ED) is known color: Psychedelic Purple. HEX triplet: DA, 10 and ED. RGB value is (218,16,237). Sum of RGB (Red+Green+Blue) = 218+16+237=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 16 (6.64% from 255 or 3.40% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA10ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA10ED is #25EF12. Grayscale: #646464. Windows color (decimal): -2486035 or 15536346. OLE color: 15536346.

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

Color convert

RGB 218 16 237 -
CMYK 0.08 0.93 0 0.07
HSL 294.84º 0.87% 0.5% -
HSV(B) 294.84º 0.93% 0.93% -
XYZ 44.38 21.39 81.91 -
YUV 101.59 204.42 211.03 -
System Red Green Blue C M Y K H S L
Decimal 218 16 237 0.08 0.93 0 0.07 294.84 0.87 0.5
Hex DA 10 ED 8 5D 0 7 127 57 32
Octal 332 20 355 10 135 0 7 447 127 62
Binary 11011010 10000 11101101 1000 1011101 0 111 100100111 1010111 110010

Color Harmonies of #DA10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA10ED

Black with #DA10ED

Text Example


Text Example

White with #DA10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA10ED; }

 p { color: rgb(218,16,237); }

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

background-color css

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

 a { background-color: rgb(218,16,237); }

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

border-color css

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

 span { border-color: rgb(218,16,237); }

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