Html Css Color HEX #DA1CE5 Psychedelic Purple

📋 copy color: '#DA1CE5'

red 218 ◦ green 28 ◦ blue 229

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

Shades of Psychedelic Purple #DA1CE5

Tints of Psychedelic Purple #DA1CE5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.89%

 BLUE value IS 229 (89.84% from 255) = 48.21%

R = 45.89%
G = 5.89%
B = 48.21%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA1CE5 (or 0xDA1CE5) is known color: Psychedelic Purple. HEX triplet: DA, 1C and E5. RGB value is (218,28,229). Sum of RGB (Red+Green+Blue) = 218+28+229=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA1CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1CE5 is #25E31A. Grayscale: #6B6B6B. Windows color (decimal): -2482971 or 15015130. OLE color: 15015130.

HSL color Cylindrical-coordinate representation of color #DA1CE5: hue angle of 296.72º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1CE5 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 28 229 -
CMYK 0.05 0.88 0 0.10
HSL 296.72º 0.79% 0.5% -
HSV(B) 296.72º 0.88% 0.9% -
XYZ 43.47 21.39 75.97 -
YUV 107.72 196.45 206.66 -
System Red Green Blue C M Y K H S L
Decimal 218 28 229 0.05 0.88 0 0.10 296.72 0.79 0.5
Hex DA 1C E5 5 58 0 A 129 4F 32
Octal 332 34 345 5 130 0 12 451 117 62
Binary 11011010 11100 11100101 101 1011000 0 1010 100101001 1001111 110010

Color Harmonies of #DA1CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1CE5

Black with #DA1CE5

Text Example


Text Example

White with #DA1CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1CE5; }

 p { color: rgb(218,28,229); }

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

background-color css

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

 a { background-color: rgb(218,28,229); }

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

border-color css

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

 span { border-color: rgb(218,28,229); }

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