Html Css Color HEX #DA62F2 Heliotrope

📋 copy color: '#DA62F2'

red 218 ◦ green 98 ◦ blue 242

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

Shades of Heliotrope #DA62F2

Tints of Heliotrope #DA62F2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.56%

 BLUE value IS 242 (94.92% from 255) = 43.37%

R = 39.07%
G = 17.56%
B = 43.37%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DA62F2 (or 0xDA62F2) is known color: Heliotrope. HEX triplet: DA, 62 and F2. RGB value is (218,98,242). Sum of RGB (Red+Green+Blue) = 218+98+242=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 98 (38.67% from 255 or 17.56% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #DA62F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA62F2 is #259D0D. Grayscale: #959595. Windows color (decimal): -2465038 or 15885018. OLE color: 15885018.

HSL color Cylindrical-coordinate representation of color #DA62F2: hue angle of 290º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA62F2 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 98 242 -
CMYK 0.10 0.60 0 0.05
HSL 290º 0.85% 0.67% -
HSV(B) 290º 0.6% 0.95% -
XYZ 49.31 30.05 87.21 -
YUV 150.3 179.76 176.29 -
System Red Green Blue C M Y K H S L
Decimal 218 98 242 0.10 0.60 0 0.05 290 0.85 0.67
Hex DA 62 F2 A 3C 0 5 122 55 43
Octal 332 142 362 12 74 0 5 442 125 103
Binary 11011010 1100010 11110010 1010 111100 0 101 100100010 1010101 1000011

Color Harmonies of #DA62F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA62F2

Black with #DA62F2

Text Example


Text Example

White with #DA62F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA62F2; }

 p { color: rgb(218,98,242); }

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

background-color css

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

 a { background-color: rgb(218,98,242); }

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

border-color css

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

 span { border-color: rgb(218,98,242); }

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