Html Css Color HEX #DA85FA Heliotrope

📋 copy color: '#DA85FA'

red 218 ◦ green 133 ◦ blue 250

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

Shades of Heliotrope #DA85FA

Tints of Heliotrope #DA85FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.6%

R = 36.27%
G = 22.13%
B = 41.6%

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

#DA85FA (or 0xDA85FA) is known color: Heliotrope. HEX triplet: DA, 85 and FA. RGB value is (218,133,250). Sum of RGB (Red+Green+Blue) = 218+133+250=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA85FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA85FA is #257A05. Grayscale: #ABABAB. Windows color (decimal): -2456070 or 16418266. OLE color: 16418266.

HSL color Cylindrical-coordinate representation of color #DA85FA: hue angle of 283.59º degrees, saturation: 0.92, 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 #DA85FA is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 133 250 -
CMYK 0.13 0.47 0 0.02
HSL 283.59º 0.92% 0.75% -
HSV(B) 283.59º 0.47% 0.98% -
XYZ 54.56 38.58 95.01 -
YUV 171.75 172.16 160.99 -
System Red Green Blue C M Y K H S L
Decimal 218 133 250 0.13 0.47 0 0.02 283.59 0.92 0.75
Hex DA 85 FA D 2F 0 2 11C 5C 4B
Octal 332 205 372 15 57 0 2 434 134 113
Binary 11011010 10000101 11111010 1101 101111 0 10 100011100 1011100 1001011

Color Harmonies of #DA85FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA85FA

Black with #DA85FA

Text Example


Text Example

White with #DA85FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA85FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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