Html Css Color HEX #DA4BFB Heliotrope

📋 copy color: '#DA4BFB'

red 218 ◦ green 75 ◦ blue 251

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

Shades of Heliotrope #DA4BFB

Tints of Heliotrope #DA4BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.79%

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

R = 40.07%
G = 13.79%
B = 46.14%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA4BFB (or 0xDA4BFB) is known color: Heliotrope. HEX triplet: DA, 4B and FB. RGB value is (218,75,251). Sum of RGB (Red+Green+Blue) = 218+75+251=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 75 (29.69% from 255 or 13.79% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA4BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA4BFB is #25B404. Grayscale: #898989. Windows color (decimal): -2470917 or 16468954. OLE color: 16468954.

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

Color convert

RGB 218 75 251 -
CMYK 0.13 0.70 0 0.02
HSL 288.75º 0.96% 0.64% -
HSV(B) 288.75º 0.7% 0.98% -
XYZ 48.84 26.9 93.89 -
YUV 137.82 191.88 185.19 -
System Red Green Blue C M Y K H S L
Decimal 218 75 251 0.13 0.70 0 0.02 288.75 0.96 0.64
Hex DA 4B FB D 46 0 2 121 60 40
Octal 332 113 373 15 106 0 2 441 140 100
Binary 11011010 1001011 11111011 1101 1000110 0 10 100100001 1100000 1000000

Color Harmonies of #DA4BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4BFB

Black with #DA4BFB

Text Example


Text Example

White with #DA4BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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