Html Css Color HEX #D94CF9 Heliotrope

📋 copy color: '#D94CF9'

red 217 ◦ green 76 ◦ blue 249

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

Shades of Heliotrope #D94CF9

Tints of Heliotrope #D94CF9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.02%

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

R = 40.04%
G = 14.02%
B = 45.94%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D94CF9 (or 0xD94CF9) is known color: Heliotrope. HEX triplet: D9, 4C and F9. RGB value is (217,76,249). Sum of RGB (Red+Green+Blue) = 217+76+249=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 76 (30.08% from 255 or 14.02% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #D94CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D94CF9 is #26B306. Grayscale: #898989. Windows color (decimal): -2536199 or 16338137. OLE color: 16338137.

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

Color convert

RGB 217 76 249 -
CMYK 0.13 0.69 0 0.02
HSL 288.9º 0.94% 0.64% -
HSV(B) 288.9º 0.69% 0.98% -
XYZ 48.3 26.76 92.24 -
YUV 137.88 190.71 184.43 -
System Red Green Blue C M Y K H S L
Decimal 217 76 249 0.13 0.69 0 0.02 288.9 0.94 0.64
Hex D9 4C F9 D 45 0 2 121 5E 40
Octal 331 114 371 15 105 0 2 441 136 100
Binary 11011001 1001100 11111001 1101 1000101 0 10 100100001 1011110 1000000

Color Harmonies of #D94CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94CF9

Black with #D94CF9

Text Example


Text Example

White with #D94CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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