Html Css Color HEX #DA1CE6 Psychedelic Purple

📋 copy color: '#DA1CE6'

red 218 ◦ green 28 ◦ blue 230

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

Shades of Psychedelic Purple #DA1CE6

Tints of Psychedelic Purple #DA1CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.32%

R = 45.8%
G = 5.88%
B = 48.32%

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

#DA1CE6 (or 0xDA1CE6) is known color: Psychedelic Purple. HEX triplet: DA, 1C and E6. RGB value is (218,28,230). Sum of RGB (Red+Green+Blue) = 218+28+230=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 28 (11.33% from 255 or 5.88% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA1CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1CE6 is #25E319. Grayscale: #6B6B6B. Windows color (decimal): -2482970 or 15080666. OLE color: 15080666.

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

Color convert

RGB 218 28 230 -
CMYK 0.05 0.88 0 0.10
HSL 296.44º 0.8% 0.51% -
HSV(B) 296.44º 0.88% 0.9% -
XYZ 43.61 21.45 76.7 -
YUV 107.84 196.95 206.57 -
System Red Green Blue C M Y K H S L
Decimal 218 28 230 0.05 0.88 0 0.10 296.44 0.8 0.51
Hex DA 1C E6 5 58 0 A 128 50 33
Octal 332 34 346 5 130 0 12 450 120 63
Binary 11011010 11100 11100110 101 1011000 0 1010 100101000 1010000 110011

Color Harmonies of #DA1CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1CE6

Black with #DA1CE6

Text Example


Text Example

White with #DA1CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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