Html Css Color HEX #DA8AF1 Heliotrope

📋 copy color: '#DA8AF1'

red 218 ◦ green 138 ◦ blue 241

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

Shades of Heliotrope #DA8AF1

Tints of Heliotrope #DA8AF1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.12%

 BLUE value IS 241 (94.53% from 255) = 40.37%

R = 36.52%
G = 23.12%
B = 40.37%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA8AF1 (or 0xDA8AF1) is known color: Heliotrope. HEX triplet: DA, 8A and F1. RGB value is (218,138,241). Sum of RGB (Red+Green+Blue) = 218+138+241=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 138 (54.30% from 255 or 23.12% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA8AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8AF1 is #25750E. Grayscale: #ADADAD. Windows color (decimal): -2454799 or 15829722. OLE color: 15829722.

HSL color Cylindrical-coordinate representation of color #DA8AF1: hue angle of 286.6º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA8AF1 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 138 241 -
CMYK 0.10 0.43 0 0.05
HSL 286.6º 0.79% 0.74% -
HSV(B) 286.6º 0.43% 0.95% -
XYZ 53.88 39.43 87.99 -
YUV 173.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 218 138 241 0.10 0.43 0 0.05 286.6 0.79 0.74
Hex DA 8A F1 A 2B 0 5 11F 4F 4A
Octal 332 212 361 12 53 0 5 437 117 112
Binary 11011010 10001010 11110001 1010 101011 0 101 100011111 1001111 1001010

Color Harmonies of #DA8AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8AF1

Black with #DA8AF1

Text Example


Text Example

White with #DA8AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8AF1; }

 p { color: rgb(218,138,241); }

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

background-color css

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

 a { background-color: rgb(218,138,241); }

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

border-color css

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

 span { border-color: rgb(218,138,241); }

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