Html Css Color HEX #DA00FB Psychedelic Purple

📋 copy color: '#DA00FB'

red 218 ◦ green 0 ◦ blue 251

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

Shades of Psychedelic Purple #DA00FB

Tints of Psychedelic Purple #DA00FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.52%

R = 46.48%
G = 0%
B = 53.52%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA00FB (or 0xDA00FB) is known color: Psychedelic Purple. HEX triplet: DA, 00 and FB. RGB value is (218,0,251). Sum of RGB (Red+Green+Blue) = 218+0+251=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 0 (0.39% from 255 or 0% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA00FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA00FB is #25FF04. Grayscale: #5D5D5D. Windows color (decimal): -2490117 or 16449754. OLE color: 16449754.

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

Color convert

RGB 218 0 251 -
CMYK 0.13 1 0 0.02
HSL 292.11º 1% 0.49% -
HSV(B) 292.11º 1% 0.98% -
XYZ 46.33 21.87 93.05 -
YUV 93.8 216.72 216.59 -
System Red Green Blue C M Y K H S L
Decimal 218 0 251 0.13 1 0 0.02 292.11 1 0.49
Hex DA 0 FB D 64 0 2 124 64 31
Octal 332 0 373 15 144 0 2 444 144 61
Binary 11011010 0 11111011 1101 1100100 0 10 100100100 1100100 110001

Color Harmonies of #DA00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA00FB

Black with #DA00FB

Text Example


Text Example

White with #DA00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA00FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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