Html Css Color HEX #DA7DF1 Heliotrope

📋 copy color: '#DA7DF1'

red 218 ◦ green 125 ◦ blue 241

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

Shades of Heliotrope #DA7DF1

Tints of Heliotrope #DA7DF1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.4%

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

R = 37.33%
G = 21.4%
B = 41.27%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA7DF1 (or 0xDA7DF1) is known color: Heliotrope. HEX triplet: DA, 7D and F1. RGB value is (218,125,241). Sum of RGB (Red+Green+Blue) = 218+125+241=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 125 (49.22% from 255 or 21.40% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA7DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7DF1 is #25820E. Grayscale: #A5A5A5. Windows color (decimal): -2458127 or 15826394. OLE color: 15826394.

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

Color convert

RGB 218 125 241 -
CMYK 0.10 0.48 0 0.05
HSL 288.1º 0.81% 0.72% -
HSV(B) 288.1º 0.48% 0.95% -
XYZ 52.12 35.92 87.41 -
YUV 166.03 170.31 165.07 -
System Red Green Blue C M Y K H S L
Decimal 218 125 241 0.10 0.48 0 0.05 288.1 0.81 0.72
Hex DA 7D F1 A 30 0 5 120 51 48
Octal 332 175 361 12 60 0 5 440 121 110
Binary 11011010 1111101 11110001 1010 110000 0 101 100100000 1010001 1001000

Color Harmonies of #DA7DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7DF1

Black with #DA7DF1

Text Example


Text Example

White with #DA7DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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