Html Css Color HEX #DA85FF Heliotrope

📋 copy color: '#DA85FF'

red 218 ◦ green 133 ◦ blue 255

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

Shades of Heliotrope #DA85FF

Tints of Heliotrope #DA85FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.08%

R = 35.97%
G = 21.95%
B = 42.08%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DA85FF (or 0xDA85FF) is known color: Heliotrope. HEX triplet: DA, 85 and FF. RGB value is (218,133,255). Sum of RGB (Red+Green+Blue) = 218+133+255=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA85FF is #257A00. Grayscale: #ABABAB. Windows color (decimal): -2456065 or 16745946. OLE color: 16745946.

HSL color Cylindrical-coordinate representation of color #DA85FF: hue angle of 281.8º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA85FF is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 218 133 255 -
CMYK 0.15 0.48 0 0
HSL 281.8º 1% 0.76% -
HSV(B) 281.8º 0.48% 1% -
XYZ 55.35 38.9 99.2 -
YUV 172.32 174.66 160.58 -
System Red Green Blue C M Y K H S L
Decimal 218 133 255 0.15 0.48 0 0 281.8 1 0.76
Hex DA 85 FF F 30 0 0 11A 64 4C
Octal 332 205 377 17 60 0 0 432 144 114
Binary 11011010 10000101 11111111 1111 110000 0 0 100011010 1100100 1001100

Color Harmonies of #DA85FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA85FF

Black with #DA85FF

Text Example


Text Example

White with #DA85FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA85FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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