Html Css Color HEX #DA55FB Heliotrope

📋 copy color: '#DA55FB'

red 218 ◦ green 85 ◦ blue 251

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

Shades of Heliotrope #DA55FB

Tints of Heliotrope #DA55FB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.34%

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

R = 39.35%
G = 15.34%
B = 45.31%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA55FB (or 0xDA55FB) is known color: Heliotrope. HEX triplet: DA, 55 and FB. RGB value is (218,85,251). Sum of RGB (Red+Green+Blue) = 218+85+251=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 85 (33.59% from 255 or 15.34% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA55FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA55FB is #25AA04. Grayscale: #8F8F8F. Windows color (decimal): -2468357 or 16471514. OLE color: 16471514.

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

Color convert

RGB 218 85 251 -
CMYK 0.13 0.66 0 0.02
HSL 288.07º 0.95% 0.66% -
HSV(B) 288.07º 0.66% 0.98% -
XYZ 49.57 28.37 94.13 -
YUV 143.69 188.56 181 -
System Red Green Blue C M Y K H S L
Decimal 218 85 251 0.13 0.66 0 0.02 288.07 0.95 0.66
Hex DA 55 FB D 42 0 2 120 5F 42
Octal 332 125 373 15 102 0 2 440 137 102
Binary 11011010 1010101 11111011 1101 1000010 0 10 100100000 1011111 1000010

Color Harmonies of #DA55FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA55FB

Black with #DA55FB

Text Example


Text Example

White with #DA55FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA55FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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