Html Css Color HEX #DA4AFB Heliotrope

📋 copy color: '#DA4AFB'

red 218 ◦ green 74 ◦ blue 251

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

Shades of Heliotrope #DA4AFB

Tints of Heliotrope #DA4AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.63%

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

R = 40.15%
G = 13.63%
B = 46.22%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA4AFB (or 0xDA4AFB) is known color: Heliotrope. HEX triplet: DA, 4A and FB. RGB value is (218,74,251). Sum of RGB (Red+Green+Blue) = 218+74+251=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 74 (29.30% from 255 or 13.63% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA4AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA4AFB is #25B504. Grayscale: #888888. Windows color (decimal): -2471173 or 16468698. OLE color: 16468698.

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

Color convert

RGB 218 74 251 -
CMYK 0.13 0.71 0 0.02
HSL 288.81º 0.96% 0.64% -
HSV(B) 288.81º 0.71% 0.98% -
XYZ 48.77 26.77 93.86 -
YUV 137.23 192.21 185.61 -
System Red Green Blue C M Y K H S L
Decimal 218 74 251 0.13 0.71 0 0.02 288.81 0.96 0.64
Hex DA 4A FB D 47 0 2 121 60 40
Octal 332 112 373 15 107 0 2 441 140 100
Binary 11011010 1001010 11111011 1101 1000111 0 10 100100001 1100000 1000000

Color Harmonies of #DA4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4AFB

Black with #DA4AFB

Text Example


Text Example

White with #DA4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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