Html Css Color HEX #DA75ED Heliotrope

📋 copy color: '#DA75ED'

red 218 ◦ green 117 ◦ blue 237

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

Shades of Heliotrope #DA75ED

Tints of Heliotrope #DA75ED

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.45%

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

R = 38.11%
G = 20.45%
B = 41.43%

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

#DA75ED (or 0xDA75ED) is known color: Heliotrope. HEX triplet: DA, 75 and ED. RGB value is (218,117,237). Sum of RGB (Red+Green+Blue) = 218+117+237=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 117 (46.09% from 255 or 20.45% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA75ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA75ED is #258A12. Grayscale: #A0A0A0. Windows color (decimal): -2460179 or 15562202. OLE color: 15562202.

HSL color Cylindrical-coordinate representation of color #DA75ED: hue angle of 290.5º 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 #DA75ED is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 117 237 -
CMYK 0.08 0.51 0 0.07
HSL 290.5º 0.77% 0.69% -
HSV(B) 290.5º 0.51% 0.93% -
XYZ 50.56 33.74 83.97 -
YUV 160.88 170.96 168.74 -
System Red Green Blue C M Y K H S L
Decimal 218 117 237 0.08 0.51 0 0.07 290.5 0.77 0.69
Hex DA 75 ED 8 33 0 7 122 4D 45
Octal 332 165 355 10 63 0 7 442 115 105
Binary 11011010 1110101 11101101 1000 110011 0 111 100100010 1001101 1000101

Color Harmonies of #DA75ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA75ED

Black with #DA75ED

Text Example


Text Example

White with #DA75ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA75ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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