Html Css Color HEX #DA85FB Heliotrope

📋 copy color: '#DA85FB'

red 218 ◦ green 133 ◦ blue 251

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

Shades of Heliotrope #DA85FB

Tints of Heliotrope #DA85FB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.09%

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

R = 36.21%
G = 22.09%
B = 41.69%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DA85FB (or 0xDA85FB) is known color: Heliotrope. HEX triplet: DA, 85 and FB. RGB value is (218,133,251). Sum of RGB (Red+Green+Blue) = 218+133+251=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA85FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA85FB is #257A04. Grayscale: #ABABAB. Windows color (decimal): -2456069 or 16483802. OLE color: 16483802.

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

Color convert

RGB 218 133 251 -
CMYK 0.13 0.47 0 0.02
HSL 283.22º 0.94% 0.75% -
HSV(B) 283.22º 0.47% 0.98% -
XYZ 54.71 38.65 95.84 -
YUV 171.87 172.66 160.91 -
System Red Green Blue C M Y K H S L
Decimal 218 133 251 0.13 0.47 0 0.02 283.22 0.94 0.75
Hex DA 85 FB D 2F 0 2 11B 5E 4B
Octal 332 205 373 15 57 0 2 433 136 113
Binary 11011010 10000101 11111011 1101 101111 0 10 100011011 1011110 1001011

Color Harmonies of #DA85FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA85FB

Black with #DA85FB

Text Example


Text Example

White with #DA85FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA85FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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