Html Css Color HEX #DA1CF9 Psychedelic Purple

📋 copy color: '#DA1CF9'

red 218 ◦ green 28 ◦ blue 249

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

Shades of Psychedelic Purple #DA1CF9

Tints of Psychedelic Purple #DA1CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.3%

R = 44.04%
G = 5.66%
B = 50.3%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA1CF9 (or 0xDA1CF9) is known color: Psychedelic Purple. HEX triplet: DA, 1C and F9. RGB value is (218,28,249). Sum of RGB (Red+Green+Blue) = 218+28+249=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 28 (11.33% from 255 or 5.66% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA1CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA1CF9 is #25E306. Grayscale: #6D6D6D. Windows color (decimal): -2482951 or 16325850. OLE color: 16325850.

HSL color Cylindrical-coordinate representation of color #DA1CF9: hue angle of 291.58º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1CF9 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 28 249 -
CMYK 0.12 0.89 0 0.02
HSL 291.58º 0.95% 0.54% -
HSV(B) 291.58º 0.89% 0.98% -
XYZ 46.43 22.58 91.53 -
YUV 110 206.45 205.03 -
System Red Green Blue C M Y K H S L
Decimal 218 28 249 0.12 0.89 0 0.02 291.58 0.95 0.54
Hex DA 1C F9 C 59 0 2 124 5F 36
Octal 332 34 371 14 131 0 2 444 137 66
Binary 11011010 11100 11111001 1100 1011001 0 10 100100100 1011111 110110

Color Harmonies of #DA1CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1CF9

Black with #DA1CF9

Text Example


Text Example

White with #DA1CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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