Html Css Color HEX #DA74ED Heliotrope

📋 copy color: '#DA74ED'

red 218 ◦ green 116 ◦ blue 237

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

Shades of Heliotrope #DA74ED

Tints of Heliotrope #DA74ED

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.32%

 BLUE value IS 237 (92.97% from 255) = 41.51%

R = 38.18%
G = 20.32%
B = 41.51%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DA74ED (or 0xDA74ED) is known color: Heliotrope. HEX triplet: DA, 74 and ED. RGB value is (218,116,237). Sum of RGB (Red+Green+Blue) = 218+116+237=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA74ED is #258B12. Grayscale: #9F9F9F. Windows color (decimal): -2460435 or 15561946. OLE color: 15561946.

HSL color Cylindrical-coordinate representation of color #DA74ED: hue angle of 290.58º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA74ED is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 116 237 -
CMYK 0.08 0.51 0 0.07
HSL 290.58º 0.77% 0.69% -
HSV(B) 290.58º 0.51% 0.93% -
XYZ 50.44 33.51 83.93 -
YUV 160.29 171.29 169.16 -
System Red Green Blue C M Y K H S L
Decimal 218 116 237 0.08 0.51 0 0.07 290.58 0.77 0.69
Hex DA 74 ED 8 33 0 7 123 4D 45
Octal 332 164 355 10 63 0 7 443 115 105
Binary 11011010 1110100 11101101 1000 110011 0 111 100100011 1001101 1000101

Color Harmonies of #DA74ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74ED

Black with #DA74ED

Text Example


Text Example

White with #DA74ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74ED; }

 p { color: rgb(218,116,237); }

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

background-color css

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

 a { background-color: rgb(218,116,237); }

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

border-color css

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

 span { border-color: rgb(218,116,237); }

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