Html Css Color HEX #DA1CEB Psychedelic Purple

📋 copy color: '#DA1CEB'

red 218 ◦ green 28 ◦ blue 235

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

Shades of Psychedelic Purple #DA1CEB

Tints of Psychedelic Purple #DA1CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 45.32%
G = 5.82%
B = 48.86%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DA1CEB (or 0xDA1CEB) is known color: Psychedelic Purple. HEX triplet: DA, 1C and EB. RGB value is (218,28,235). Sum of RGB (Red+Green+Blue) = 218+28+235=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 28 (11.33% from 255 or 5.82% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA1CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1CEB is #25E314. Grayscale: #6B6B6B. Windows color (decimal): -2482965 or 15408346. OLE color: 15408346.

HSL color Cylindrical-coordinate representation of color #DA1CEB: hue angle of 295.07º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1CEB is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 28 235 -
CMYK 0.07 0.88 0 0.08
HSL 295.07º 0.84% 0.52% -
HSV(B) 295.07º 0.88% 0.92% -
XYZ 44.32 21.73 80.46 -
YUV 108.41 199.45 206.17 -
System Red Green Blue C M Y K H S L
Decimal 218 28 235 0.07 0.88 0 0.08 295.07 0.84 0.52
Hex DA 1C EB 7 58 0 8 127 54 34
Octal 332 34 353 7 130 0 10 447 124 64
Binary 11011010 11100 11101011 111 1011000 0 1000 100100111 1010100 110100

Color Harmonies of #DA1CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1CEB

Black with #DA1CEB

Text Example


Text Example

White with #DA1CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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