Html Css Color HEX #D94AF9 Heliotrope

📋 copy color: '#D94AF9'

red 217 ◦ green 74 ◦ blue 249

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

Shades of Heliotrope #D94AF9

Tints of Heliotrope #D94AF9

RGB

 RED value IS 217 (85.16% from 255) = 40.19%

 GREEN value IS 74 (29.3% from 255) = 13.7%

 BLUE value IS 249 (97.66% from 255) = 46.11%

R = 40.19%
G = 13.7%
B = 46.11%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D94AF9 (or 0xD94AF9) is known color: Heliotrope. HEX triplet: D9, 4A and F9. RGB value is (217,74,249). Sum of RGB (Red+Green+Blue) = 217+74+249=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 74 (29.30% from 255 or 13.70% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #D94AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D94AF9 is #26B506. Grayscale: #888888. Windows color (decimal): -2536711 or 16337625. OLE color: 16337625.

HSL color Cylindrical-coordinate representation of color #D94AF9: hue angle of 289.03º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94AF9 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 74 249 -
CMYK 0.13 0.70 0 0.02
HSL 289.03º 0.94% 0.63% -
HSV(B) 289.03º 0.7% 0.98% -
XYZ 48.16 26.49 92.2 -
YUV 136.71 191.38 185.27 -
System Red Green Blue C M Y K H S L
Decimal 217 74 249 0.13 0.70 0 0.02 289.03 0.94 0.63
Hex D9 4A F9 D 46 0 2 121 5E 3F
Octal 331 112 371 15 106 0 2 441 136 77
Binary 11011001 1001010 11111001 1101 1000110 0 10 100100001 1011110 111111

Color Harmonies of #D94AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94AF9

Black with #D94AF9

Text Example


Text Example

White with #D94AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94AF9; }

 p { color: rgb(217,74,249); }

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

background-color css

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

 a { background-color: rgb(217,74,249); }

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

border-color css

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

 span { border-color: rgb(217,74,249); }

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