Html Css Color HEX #DA00FC Psychedelic Purple

📋 copy color: '#DA00FC'

red 218 ◦ green 0 ◦ blue 252

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

Shades of Psychedelic Purple #DA00FC

Tints of Psychedelic Purple #DA00FC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 252 (98.83% from 255) = 53.62%

R = 46.38%
G = 0%
B = 53.62%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DA00FC (or 0xDA00FC) is known color: Psychedelic Purple. HEX triplet: DA, 00 and FC. RGB value is (218,0,252). Sum of RGB (Red+Green+Blue) = 218+0+252=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 0 (0.39% from 255 or 0% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA00FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA00FC is #25FF03. Grayscale: #5D5D5D. Windows color (decimal): -2490116 or 16515290. OLE color: 16515290.

HSL color Cylindrical-coordinate representation of color #DA00FC: hue angle of 291.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00FC is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 0 252 -
CMYK 0.13 1 0 0.01
HSL 291.9º 1% 0.49% -
HSV(B) 291.9º 1% 0.99% -
XYZ 46.48 21.93 93.88 -
YUV 93.91 217.22 216.51 -
System Red Green Blue C M Y K H S L
Decimal 218 0 252 0.13 1 0 0.01 291.9 1 0.49
Hex DA 0 FC D 64 0 1 124 64 31
Octal 332 0 374 15 144 0 1 444 144 61
Binary 11011010 0 11111100 1101 1100100 0 1 100100100 1100100 110001

Color Harmonies of #DA00FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA00FC

Black with #DA00FC

Text Example


Text Example

White with #DA00FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA00FC; }

 p { color: rgb(218,0,252); }

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

background-color css

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

 a { background-color: rgb(218,0,252); }

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

border-color css

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

 span { border-color: rgb(218,0,252); }

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