Html Css Color HEX #DA0CEE Psychedelic Purple

📋 copy color: '#DA0CEE'

red 218 ◦ green 12 ◦ blue 238

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

Shades of Psychedelic Purple #DA0CEE

Tints of Psychedelic Purple #DA0CEE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.56%

 BLUE value IS 238 (93.36% from 255) = 50.85%

R = 46.58%
G = 2.56%
B = 50.85%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA0CEE (or 0xDA0CEE) is known color: Psychedelic Purple. HEX triplet: DA, 0C and EE. RGB value is (218,12,238). Sum of RGB (Red+Green+Blue) = 218+12+238=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 12 (5.08% from 255 or 2.56% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA0CEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0CEE is #25F311. Grayscale: #626262. Windows color (decimal): -2487058 or 15600858. OLE color: 15600858.

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

Color convert

RGB 218 12 238 -
CMYK 0.08 0.95 0 0.07
HSL 294.69º 0.9% 0.49% -
HSV(B) 294.69º 0.95% 0.93% -
XYZ 44.48 21.34 82.66 -
YUV 99.36 206.25 212.62 -
System Red Green Blue C M Y K H S L
Decimal 218 12 238 0.08 0.95 0 0.07 294.69 0.9 0.49
Hex DA C EE 8 5F 0 7 127 5A 31
Octal 332 14 356 10 137 0 7 447 132 61
Binary 11011010 1100 11101110 1000 1011111 0 111 100100111 1011010 110001

Color Harmonies of #DA0CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0CEE

Black with #DA0CEE

Text Example


Text Example

White with #DA0CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0CEE; }

 p { color: rgb(218,12,238); }

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

background-color css

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

 a { background-color: rgb(218,12,238); }

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

border-color css

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

 span { border-color: rgb(218,12,238); }

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