Html Css Color HEX #DA08ED Psychedelic Purple

📋 copy color: '#DA08ED'

red 218 ◦ green 8 ◦ blue 237

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

Shades of Psychedelic Purple #DA08ED

Tints of Psychedelic Purple #DA08ED

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.73%

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

R = 47.08%
G = 1.73%
B = 51.19%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA08ED (or 0xDA08ED) is known color: Psychedelic Purple. HEX triplet: DA, 08 and ED. RGB value is (218,8,237). Sum of RGB (Red+Green+Blue) = 218+8+237=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 8 (3.52% from 255 or 1.73% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA08ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA08ED is #25F712. Grayscale: #606060. Windows color (decimal): -2488083 or 15534298. OLE color: 15534298.

HSL color Cylindrical-coordinate representation of color #DA08ED: hue angle of 295.02º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA08ED is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 8 237 -
CMYK 0.08 0.97 0 0.07
HSL 295.02º 0.93% 0.48% -
HSV(B) 295.02º 0.97% 0.93% -
XYZ 44.29 21.19 81.88 -
YUV 96.9 207.07 214.38 -
System Red Green Blue C M Y K H S L
Decimal 218 8 237 0.08 0.97 0 0.07 295.02 0.93 0.48
Hex DA 8 ED 8 61 0 7 127 5D 30
Octal 332 10 355 10 141 0 7 447 135 60
Binary 11011010 1000 11101101 1000 1100001 0 111 100100111 1011101 110000

Color Harmonies of #DA08ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA08ED

Black with #DA08ED

Text Example


Text Example

White with #DA08ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA08ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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